Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 config DRM_TEGRA
0003         tristate "NVIDIA Tegra DRM"
0004         depends on ARCH_TEGRA || (ARM && COMPILE_TEST)
0005         depends on COMMON_CLK
0006         depends on DRM
0007         depends on OF
0008         select DRM_DISPLAY_DP_HELPER
0009         select DRM_DISPLAY_HDMI_HELPER
0010         select DRM_DISPLAY_HELPER
0011         select DRM_DP_AUX_BUS
0012         select DRM_KMS_HELPER
0013         select DRM_MIPI_DSI
0014         select DRM_PANEL
0015         select TEGRA_HOST1X
0016         select INTERCONNECT
0017         select IOMMU_IOVA
0018         select CEC_CORE if CEC_NOTIFIER
0019         select SND_SIMPLE_CARD if SND_SOC_TEGRA20_SPDIF
0020         select SND_SOC_HDMI_CODEC if SND_SOC_TEGRA20_SPDIF
0021         select SND_AUDIO_GRAPH_CARD if SND_SOC_TEGRA20_SPDIF
0022         help
0023           Choose this option if you have an NVIDIA Tegra SoC.
0024 
0025           To compile this driver as a module, choose M here: the module
0026           will be called tegra-drm.
0027 
0028 if DRM_TEGRA
0029 
0030 config DRM_TEGRA_DEBUG
0031         bool "NVIDIA Tegra DRM debug support"
0032         help
0033           Say yes here to enable debugging support.
0034 
0035 config DRM_TEGRA_STAGING
0036         bool "Enable HOST1X interface"
0037         depends on STAGING
0038         help
0039           Say yes if HOST1X should be available for userspace DRM users.
0040 
0041           If unsure, choose N.
0042 
0043 endif