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