Merge tag 'for-linus-20140808' of git://git.infradead.org/linux-mtd
[deliverable/linux.git] / drivers / gpu / drm / tegra / Kconfig
CommitLineData
d8f4a9ed 1config DRM_TEGRA
fac8f158 2 tristate "NVIDIA Tegra DRM"
158b50ae 3 depends on ARCH_TEGRA || (ARM && COMPILE_TEST)
e1041ca4 4 depends on DRM
ca48080a 5 depends on RESET_CONTROLLER
d30a91f8 6 select DRM_KMS_HELPER
dec72739 7 select DRM_MIPI_DSI
9be7d864 8 select DRM_PANEL
d30a91f8 9 select TEGRA_HOST1X
d8f4a9ed
TR
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
16if DRM_TEGRA
17
60c2f709
TR
18config DRM_TEGRA_FBDEV
19 bool "Enable legacy fbdev support"
20 select DRM_KMS_FB_HELPER
21 select FB_SYS_FILLRECT
22 select FB_SYS_COPYAREA
23 select FB_SYS_IMAGEBLIT
24 default y
25 help
26 Choose this option if you have a need for the legacy fbdev support.
27 Note that this support also provides the Linux console on top of
28 the Tegra modesetting driver.
29
dee8268f
TR
30config DRM_TEGRA_DEBUG
31 bool "NVIDIA Tegra DRM debug support"
32 help
33 Say yes here to enable debugging support.
34
d43f81cb
TB
35config DRM_TEGRA_STAGING
36 bool "Enable HOST1X interface"
37 depends on STAGING
38 help
39 Say yes if HOST1X should be available for userspace DRM users.
40
41 If unsure, choose N.
42
d8f4a9ed 43endif
This page took 0.201226 seconds and 5 git commands to generate.