···11-config ARM_VIC22- bool33- select IRQ_DOMAIN44- select MULTI_IRQ_HANDLER55-66-config ARM_VIC_NR77- int88- default 4 if ARCH_S5PV21099- default 3 if ARCH_S5PC1001010- default 21111- depends on ARM_VIC1212- help1313- The maximum number of VICs available in the system, for1414- power management.1515-161config ICST172 bool183
-1
arch/arm/common/Makefile
···22# Makefile for the linux kernel.33#4455-obj-$(CONFIG_ARM_VIC) += vic.o65obj-$(CONFIG_ICST) += icst.o76obj-$(CONFIG_SA1111) += sa1111.o87obj-$(CONFIG_PCI_HOST_VIA82C505) += via82c505.o
···1010config GIC_NON_BANKED1111 bool12121313+config ARM_VIC1414+ bool1515+ select IRQ_DOMAIN1616+ select MULTI_IRQ_HANDLER1717+1818+config ARM_VIC_NR1919+ int2020+ default 4 if ARCH_S5PV2102121+ default 3 if ARCH_S5PC1002222+ default 22323+ depends on ARM_VIC2424+ help2525+ The maximum number of VICs available in the system, for2626+ power management.2727+1328config VERSATILE_FPGA_IRQ1429 bool1530 select IRQ_DOMAIN