hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/arm/mach-integrator/Kconfig
....@@ -1,8 +1,8 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 menuconfig ARCH_INTEGRATOR
23 bool "ARM Ltd. Integrator family"
34 depends on ARCH_MULTI_V4T || ARCH_MULTI_V5 || ARCH_MULTI_V6
45 select ARM_AMBA
5
- select COMMON_CLK_VERSATILE
66 select CMA
77 select DMA_CMA
88 select HAVE_TCM
....@@ -13,7 +13,6 @@
1313 select POWER_RESET_VERSATILE
1414 select POWER_SUPPLY
1515 select SOC_INTEGRATOR_CM
16
- select SPARSE_IRQ
1716 select VERSATILE_FPGA_IRQ
1817 help
1918 Support for ARM's Integrator platform.