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