]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - drivers/gpu/drm/tegra/Kconfig
drm/hisilicon: hibmc: Don't overwrite fb helper surface depth
[mirror_ubuntu-bionic-kernel.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
2d0f9865 6 depends on OF
d30a91f8 7 select DRM_KMS_HELPER
dec72739 8 select DRM_MIPI_DSI
9be7d864 9 select DRM_PANEL
d30a91f8 10 select TEGRA_HOST1X
398cbaad 11 select IOMMU_IOVA if IOMMU_SUPPORT
fb83be88 12 select CEC_CORE if CEC_NOTIFIER
d8f4a9ed
TR
13 help
14 Choose this option if you have an NVIDIA Tegra SoC.
15
16 To compile this driver as a module, choose M here: the module
17 will be called tegra-drm.
18
19if DRM_TEGRA
20
dee8268f
TR
21config DRM_TEGRA_DEBUG
22 bool "NVIDIA Tegra DRM debug support"
23 help
24 Say yes here to enable debugging support.
25
d43f81cb
TB
26config DRM_TEGRA_STAGING
27 bool "Enable HOST1X interface"
28 depends on STAGING
29 help
30 Say yes if HOST1X should be available for userspace DRM users.
31
32 If unsure, choose N.
33
d8f4a9ed 34endif