aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc/Kconfig
blob: fb085d76fde7727e8b449a87beabfcf60ac5224b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
config PSERIES
    bool

config SPAPR_RNG
    bool

config POWERNV
    bool

config PPC405
    bool

config PPC440
    bool

config PPC4XX
    bool

config SAM460EX
    bool

config PREP
    bool

config RS6000_MC
    bool

config MAC_OLDWORLD
    bool

config MAC_NEWWORLD
    bool

config E500
    bool

config VIRTEX
    bool

config XIVE
    bool
    default y
    depends on PSERIES

config XIVE_SPAPR
    bool
    default y
    depends on PSERIES