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