Thierry Reding | d8f4a9e | 2012-11-15 21:28:22 +0000 | [diff] [blame] | 1 | config DRM_TEGRA |
| 2 | tristate "NVIDIA Tegra DRM" |
Terje Bergstrom | 4231c6b | 2013-03-22 16:34:05 +0200 | [diff] [blame^] | 3 | depends on DRM && OF |
Thierry Reding | d8f4a9e | 2012-11-15 21:28:22 +0000 | [diff] [blame] | 4 | select DRM_KMS_HELPER |
| 5 | select DRM_GEM_CMA_HELPER |
| 6 | select DRM_KMS_CMA_HELPER |
Thierry Reding | d8f4a9e | 2012-11-15 21:28:22 +0000 | [diff] [blame] | 7 | select FB_CFB_FILLRECT |
| 8 | select FB_CFB_COPYAREA |
| 9 | select FB_CFB_IMAGEBLIT |
| 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 | |
| 18 | config DRM_TEGRA_DEBUG |
| 19 | bool "NVIDIA Tegra DRM debug support" |
| 20 | help |
| 21 | Say yes here to enable debugging support. |
| 22 | |
| 23 | endif |