Thierry Reding | d8f4a9e | 2012-11-15 21:28:22 +0000 | [diff] [blame] | 1 | config DRM_TEGRA |
Terje Bergstrom | 692e6d7 | 2013-03-22 16:34:07 +0200 | [diff] [blame] | 2 | bool "NVIDIA Tegra DRM" |
Stephen Warren | e1041ca | 2013-03-11 16:33:02 -0600 | [diff] [blame] | 3 | depends on DRM |
Thierry Reding | d8f4a9e | 2012-11-15 21:28:22 +0000 | [diff] [blame] | 4 | select DRM_KMS_HELPER |
Daniel Vetter | 92b6f89 | 2013-10-08 17:44:47 +0200 | [diff] [blame^] | 5 | select DRM_KMS_FB_HELPER |
Arto Merilainen | de2ba66 | 2013-03-22 16:34:08 +0200 | [diff] [blame] | 6 | select FB_SYS_FILLRECT |
| 7 | select FB_SYS_COPYAREA |
| 8 | select FB_SYS_IMAGEBLIT |
Thierry Reding | d8f4a9e | 2012-11-15 21:28:22 +0000 | [diff] [blame] | 9 | help |
| 10 | Choose this option if you have an NVIDIA Tegra SoC. |
| 11 | |
| 12 | To compile this driver as a module, choose M here: the module |
| 13 | will be called tegra-drm. |
| 14 | |
| 15 | if DRM_TEGRA |
| 16 | |
Terje Bergstrom | d43f81c | 2013-03-22 16:34:09 +0200 | [diff] [blame] | 17 | config DRM_TEGRA_STAGING |
| 18 | bool "Enable HOST1X interface" |
| 19 | depends on STAGING |
| 20 | help |
| 21 | Say yes if HOST1X should be available for userspace DRM users. |
| 22 | |
| 23 | If unsure, choose N. |
| 24 | |
Thierry Reding | d8f4a9e | 2012-11-15 21:28:22 +0000 | [diff] [blame] | 25 | config DRM_TEGRA_DEBUG |
| 26 | bool "NVIDIA Tegra DRM debug support" |
| 27 | help |
| 28 | Say yes here to enable debugging support. |
| 29 | |
| 30 | endif |