xref: /openbmc/linux/drivers/gpu/drm/tegra/Kconfig (revision 3949aaa6)
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_AUX_BUS
9	select DRM_DP_HELPER
10	select DRM_KMS_HELPER
11	select DRM_MIPI_DSI
12	select DRM_PANEL
13	select TEGRA_HOST1X
14	select INTERCONNECT
15	select IOMMU_IOVA
16	select CEC_CORE if CEC_NOTIFIER
17	select SND_SIMPLE_CARD if SND_SOC_TEGRA20_SPDIF
18	select SND_SOC_HDMI_CODEC if SND_SOC_TEGRA20_SPDIF
19	select SND_AUDIO_GRAPH_CARD if SND_SOC_TEGRA20_SPDIF
20	help
21	  Choose this option if you have an NVIDIA Tegra SoC.
22
23	  To compile this driver as a module, choose M here: the module
24	  will be called tegra-drm.
25
26if DRM_TEGRA
27
28config DRM_TEGRA_DEBUG
29	bool "NVIDIA Tegra DRM debug support"
30	help
31	  Say yes here to enable debugging support.
32
33config DRM_TEGRA_STAGING
34	bool "Enable HOST1X interface"
35	depends on STAGING
36	help
37	  Say yes if HOST1X should be available for userspace DRM users.
38
39	  If unsure, choose N.
40
41endif
42