treewide: Add SPDX license identifier - Makefile/Kconfig
[linux-2.6-block.git] / drivers / gpu / drm / tegra / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
d8f4a9ed 2config DRM_TEGRA
fac8f158 3 tristate "NVIDIA Tegra DRM"
158b50ae 4 depends on ARCH_TEGRA || (ARM && COMPILE_TEST)
db4fd519 5 depends on COMMON_CLK
e1041ca4 6 depends on DRM
2d0f9865 7 depends on OF
d30a91f8 8 select DRM_KMS_HELPER
dec72739 9 select DRM_MIPI_DSI
9be7d864 10 select DRM_PANEL
d30a91f8 11 select TEGRA_HOST1X
398cbaad 12 select IOMMU_IOVA if IOMMU_SUPPORT
fb83be88 13 select CEC_CORE if CEC_NOTIFIER
d8f4a9ed
TR
14 help
15 Choose this option if you have an NVIDIA Tegra SoC.
16
17 To compile this driver as a module, choose M here: the module
18 will be called tegra-drm.
19
20if DRM_TEGRA
21
dee8268f
TR
22config DRM_TEGRA_DEBUG
23 bool "NVIDIA Tegra DRM debug support"
24 help
25 Say yes here to enable debugging support.
26
d43f81cb
TB
27config DRM_TEGRA_STAGING
28 bool "Enable HOST1X interface"
29 depends on STAGING
30 help
31 Say yes if HOST1X should be available for userspace DRM users.
32
33 If unsure, choose N.
34
d8f4a9ed 35endif