blob: 717adc1630a1223ba667ff19be7c886c0d58771c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
menuconfig ARCH_ACTIONS
bool "Actions Semi SoCs"
depends on ARCH_MULTI_V7
select ARM_AMBA
select ARM_GIC
select ARM_GLOBAL_TIMER
select CACHE_L2X0
select CLKSRC_ARM_GLOBAL_TIMER_SCHED_CLOCK
select COMMON_CLK
select GENERIC_IRQ_CHIP
select HAVE_ARM_SCU if SMP
select HAVE_ARM_TWD if SMP
select OWL_TIMER
help
This enables support for the Actions Semiconductor S500 SoC family.
|