Kconfig 718 字节
Newer Older
T
Thierry Reding 已提交
1
config DRM_TEGRA
2
	tristate "NVIDIA Tegra DRM"
3
	depends on ARCH_TEGRA || (ARM && COMPILE_TEST)
T
Thierry Reding 已提交
4
	depends on COMMON_CLK
S
Stephen Warren 已提交
5
	depends on DRM
6
	select DRM_KMS_HELPER
T
Thierry Reding 已提交
7
	select DRM_MIPI_DSI
8
	select DRM_PANEL
9
	select TEGRA_HOST1X
10
	select IOMMU_IOVA if IOMMU_SUPPORT
T
Thierry Reding 已提交
11 12 13 14 15 16 17 18
	help
	  Choose this option if you have an NVIDIA Tegra SoC.

	  To compile this driver as a module, choose M here: the module
	  will be called tegra-drm.

if DRM_TEGRA

19 20 21 22 23
config DRM_TEGRA_DEBUG
	bool "NVIDIA Tegra DRM debug support"
	help
	  Say yes here to enable debugging support.

T
Terje Bergstrom 已提交
24 25 26 27 28 29 30 31
config DRM_TEGRA_STAGING
	bool "Enable HOST1X interface"
	depends on STAGING
	help
	  Say yes if HOST1X should be available for userspace DRM users.

	  If unsure, choose N.

T
Thierry Reding 已提交
32
endif