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