xref: /openbmc/linux/drivers/gpu/drm/tegra/Kconfig (revision 1d61d359)
1# SPDX-License-Identifier: GPL-2.0-only
2config DRM_TEGRA
3	tristate "NVIDIA Tegra DRM"
4	depends on ARCH_TEGRA || (ARM && COMPILE_TEST)
5	depends on COMMON_CLK
6	depends on DRM
7	depends on OF
8	select DRM_DP_HELPER
9	select DRM_KMS_HELPER
10	select DRM_MIPI_DSI
11	select DRM_PANEL
12	select TEGRA_HOST1X
13	select INTERCONNECT
14	select IOMMU_IOVA
15	select CEC_CORE if CEC_NOTIFIER
16	help
17	  Choose this option if you have an NVIDIA Tegra SoC.
18
19	  To compile this driver as a module, choose M here: the module
20	  will be called tegra-drm.
21
22if DRM_TEGRA
23
24config DRM_TEGRA_DEBUG
25	bool "NVIDIA Tegra DRM debug support"
26	help
27	  Say yes here to enable debugging support.
28
29config DRM_TEGRA_STAGING
30	bool "Enable HOST1X interface"
31	depends on STAGING
32	help
33	  Say yes if HOST1X should be available for userspace DRM users.
34
35	  If unsure, choose N.
36
37endif
38