kernel/drivers/gpu/drm/tegra/Kconfig
.. .. @@ -1,3 +1,4 @@ 1 +# SPDX-License-Identifier: GPL-2.0-only1 2 config DRM_TEGRA 2 3 tristate "NVIDIA Tegra DRM" 3 4 depends on ARCH_TEGRA || (ARM && COMPILE_TEST) .. .. @@ -8,7 +9,7 @@ 8 9 select DRM_MIPI_DSI 9 10 select DRM_PANEL 10 11 select TEGRA_HOST1X 11 - select IOMMU_IOVA if IOMMU_SUPPORT12 + select IOMMU_IOVA12 13 select CEC_CORE if CEC_NOTIFIER 13 14 help 14 15 Choose this option if you have an NVIDIA Tegra SoC.