]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - drivers/gpu/drm/tegra/Kconfig
i2o: convert bus code to use dev_groups
[karo-tx-linux.git] / drivers / gpu / drm / tegra / Kconfig
1 config DRM_TEGRA
2         bool "NVIDIA Tegra DRM"
3         depends on ARCH_TEGRA || ARCH_MULTIPLATFORM
4         depends on DRM
5         select TEGRA_HOST1X
6         select DRM_KMS_HELPER
7         select DRM_KMS_FB_HELPER
8         select DRM_PANEL
9         select FB_SYS_FILLRECT
10         select FB_SYS_COPYAREA
11         select FB_SYS_IMAGEBLIT
12         help
13           Choose this option if you have an NVIDIA Tegra SoC.
14
15           To compile this driver as a module, choose M here: the module
16           will be called tegra-drm.
17
18 if DRM_TEGRA
19
20 config DRM_TEGRA_DEBUG
21         bool "NVIDIA Tegra DRM debug support"
22         help
23           Say yes here to enable debugging support.
24
25 config DRM_TEGRA_STAGING
26         bool "Enable HOST1X interface"
27         depends on STAGING
28         help
29           Say yes if HOST1X should be available for userspace DRM users.
30
31           If unsure, choose N.
32
33 endif