c07f87f22e
Add power management support to the VIC by registering each VIC as a system device to get suspend/resume events going. Since the VIC registeration is done early, we need to record the VICs in a static array which is used to add the system devices later once the initcalls are run. This means there is now a configuration value for the number of VICs in the system. Signed-off-by: Ben Dooks <ben-linux@fluff.org>
46 lines
481 B
Plaintext
46 lines
481 B
Plaintext
config ARM_GIC
|
|
bool
|
|
|
|
config ARM_VIC
|
|
bool
|
|
|
|
config ARM_VIC_NR
|
|
int
|
|
default 2
|
|
help
|
|
The maximum number of VICs available in the system, for
|
|
power management.
|
|
|
|
config ICST525
|
|
bool
|
|
|
|
config ICST307
|
|
bool
|
|
|
|
config SA1111
|
|
bool
|
|
select DMABOUNCE if !ARCH_PXA
|
|
|
|
config DMABOUNCE
|
|
bool
|
|
select ZONE_DMA
|
|
|
|
config TIMER_ACORN
|
|
bool
|
|
|
|
config SHARP_LOCOMO
|
|
bool
|
|
|
|
config SHARP_PARAM
|
|
bool
|
|
|
|
config SHARPSL_PM
|
|
bool
|
|
select APM_EMULATION
|
|
|
|
config SHARP_SCOOP
|
|
bool
|
|
|
|
config COMMON_CLKDEV
|
|
bool
|