aboutsummaryrefslogtreecommitdiff
path: root/hw/cpu/Kconfig
blob: baff478e1bee7b8cae4bd1ad3d7397d6435661ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
config A9MPCORE
    bool
    select A9_GTIMER
    select A9SCU       # snoop control unit
    select ARM_GIC
    select ARM_MPTIMER

config A15MPCORE
    bool
    select ARM_GIC

config ARM11MPCORE
    bool
    select ARM11SCU

config CPU_CLUSTER
    bool