mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-05 00:56:40 +07:00
59a4f92a36
The S5P6442 and S5PC100 SoCs have 4 VICs. However, default VIC number is defined 2 in arch/arm/common. So can be happened some problem on it. Basically, it requires for suspend and resume. Signed-off-by: Kukjin Kim <kgene.kim@samsung.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
42 lines
491 B
Plaintext
42 lines
491 B
Plaintext
config ARM_GIC
|
|
bool
|
|
|
|
config ARM_VIC
|
|
bool
|
|
|
|
config ARM_VIC_NR
|
|
int
|
|
default 4 if ARCH_S5PV210
|
|
default 3 if ARCH_S5P6442 || ARCH_S5PC100
|
|
default 2
|
|
depends on ARM_VIC
|
|
help
|
|
The maximum number of VICs available in the system, for
|
|
power management.
|
|
|
|
config ICST
|
|
bool
|
|
|
|
config PL330
|
|
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 SHARP_SCOOP
|
|
bool
|