Revert "drm: make DRI1 drivers depend on BROKEN"
[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)
db4fd519 4 depends on COMMON_CLK
e1041ca4 5 depends on DRM
ca48080a 6 depends on RESET_CONTROLLER
d30a91f8 7 select DRM_KMS_HELPER
dec72739 8 select DRM_MIPI_DSI
9be7d864 9 select DRM_PANEL
d30a91f8 10 select TEGRA_HOST1X
d8f4a9ed
TR
11 help
12 Choose this option if you have an NVIDIA Tegra SoC.
13
14 To compile this driver as a module, choose M here: the module
15 will be called tegra-drm.
16
17if DRM_TEGRA
18
dee8268f
TR
19config DRM_TEGRA_DEBUG
20 bool "NVIDIA Tegra DRM debug support"
21 help
22 Say yes here to enable debugging support.
23
d43f81cb
TB
24config DRM_TEGRA_STAGING
25 bool "Enable HOST1X interface"
26 depends on STAGING
27 help
28 Say yes if HOST1X should be available for userspace DRM users.
29
30 If unsure, choose N.
31
d8f4a9ed 32endif
This page took 0.246242 seconds and 5 git commands to generate.