hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/gpu/drm/tegra/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 config DRM_TEGRA
23 tristate "NVIDIA Tegra DRM"
34 depends on ARCH_TEGRA || (ARM && COMPILE_TEST)
....@@ -8,7 +9,7 @@
89 select DRM_MIPI_DSI
910 select DRM_PANEL
1011 select TEGRA_HOST1X
11
- select IOMMU_IOVA if IOMMU_SUPPORT
12
+ select IOMMU_IOVA
1213 select CEC_CORE if CEC_NOTIFIER
1314 help
1415 Choose this option if you have an NVIDIA Tegra SoC.