xref: /openbmc/qemu/hw/cpu/Kconfig (revision f37c6c2e89d3b8d3376ddc74b5357e56f49ccb9c)
1config A9MPCORE
2    bool
3    select A9_GTIMER
4    select A9SCU       # snoop control unit
5    select ARM_GIC
6    select ARM_MPTIMER
7
8config A15MPCORE
9    bool
10    select ARM_GIC
11
12config ARM11MPCORE
13    bool
14    select ARM11SCU
15
16config CPU_CLUSTER
17    bool
18