1config ARM_GIC 2 select IRQ_DOMAIN 3 select MULTI_IRQ_HANDLER 4 bool 5 6config GIC_NON_BANKED 7 bool 8 9config ARM_VIC 10 select IRQ_DOMAIN 11 select MULTI_IRQ_HANDLER 12 bool 13 14config ARM_VIC_NR 15 int 16 default 4 if ARCH_S5PV210 17 default 3 if ARCH_S5PC100 18 default 2 19 depends on ARM_VIC 20 help 21 The maximum number of VICs available in the system, for 22 power management. 23 24config ICST 25 bool 26 27config PL330 28 bool 29 30config SA1111 31 bool 32 select DMABOUNCE if !ARCH_PXA 33 34config DMABOUNCE 35 bool 36 select ZONE_DMA 37 38config TIMER_ACORN 39 bool 40 41config SHARP_LOCOMO 42 bool 43 44config SHARP_PARAM 45 bool 46 47config SHARP_SCOOP 48 bool 49