Merge git://git.infradead.org/users/willy/linux-nvme
[deliverable/linux.git] / drivers / gpu / drm / tegra / Kconfig
1 config DRM_TEGRA
2 tristate "NVIDIA Tegra DRM"
3 depends on DRM && OF && ARCH_TEGRA
4 select DRM_KMS_HELPER
5 select DRM_GEM_CMA_HELPER
6 select DRM_KMS_CMA_HELPER
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
This page took 0.032117 seconds and 6 git commands to generate.