1 # SPDX-License-Identifier: GPL-2.0-only
3 tristate "NVIDIA Tegra DRM"
4 depends on ARCH_TEGRA || COMPILE_TEST
8 select DRM_CLIENT_SELECTION
9 select DRM_DISPLAY_DP_HELPER
10 select DRM_DISPLAY_HDMI_HELPER
11 select DRM_DISPLAY_HELPER
12 select DRM_BRIDGE_CONNECTOR
13 select DRM_DISPLAY_DP_AUX_BUS
17 select FB_DMAMEM_HELPERS if DRM_FBDEV_EMULATION
21 select CEC_CORE if CEC_NOTIFIER
22 select SND_SIMPLE_CARD if SND_SOC_TEGRA20_SPDIF
23 select SND_SOC_HDMI_CODEC if SND_SOC_TEGRA20_SPDIF
24 select SND_AUDIO_GRAPH_CARD if SND_SOC_TEGRA20_SPDIF
26 Choose this option if you have an NVIDIA Tegra SoC.
28 To compile this driver as a module, choose M here: the module
29 will be called tegra-drm.
33 config DRM_TEGRA_DEBUG
34 bool "NVIDIA Tegra DRM debug support"
36 Say yes here to enable debugging support.
38 config DRM_TEGRA_STAGING
39 bool "Enable HOST1X interface"
42 Say yes if HOST1X should be available for userspace DRM users.