Merge tag 'drm-misc-next-fixes-2021-09-09' of git://anongit.freedesktop.org/drm/drm...
[linux-2.6-microblaze.git] / drivers / gpu / drm / tegra / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2 config 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_KMS_HELPER
9         select DRM_MIPI_DSI
10         select DRM_PANEL
11         select TEGRA_HOST1X
12         select INTERCONNECT
13         select IOMMU_IOVA
14         select CEC_CORE if CEC_NOTIFIER
15         help
16           Choose this option if you have an NVIDIA Tegra SoC.
17
18           To compile this driver as a module, choose M here: the module
19           will be called tegra-drm.
20
21 if DRM_TEGRA
22
23 config DRM_TEGRA_DEBUG
24         bool "NVIDIA Tegra DRM debug support"
25         help
26           Say yes here to enable debugging support.
27
28 config DRM_TEGRA_STAGING
29         bool "Enable HOST1X interface"
30         depends on STAGING
31         help
32           Say yes if HOST1X should be available for userspace DRM users.
33
34           If unsure, choose N.
35
36 endif