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