Linux-libre 3.10.48-gnu
[librecmc/linux-libre.git] / arch / powerpc / platforms / wsp / Kconfig
1 config PPC_WSP
2         bool
3         select PPC_A2
4         select GENERIC_TBSYNC
5         select PPC_ICSWX
6         select PPC_SCOM
7         select PPC_XICS
8         select PPC_ICP_NATIVE
9         select PCI
10         select PPC_IO_WORKAROUNDS if PCI
11         select PPC_INDIRECT_PIO if PCI
12         default n
13
14 menu "WSP platform selection"
15         depends on PPC_BOOK3E_64
16
17 config PPC_PSR2
18         bool "PowerEN System Reference Platform 2"
19         select EPAPR_BOOT
20         select PPC_WSP
21         default y
22
23 config PPC_CHROMA
24         bool "PowerEN PCIe Chroma Card"
25         select EPAPR_BOOT
26         select PPC_WSP
27         select OF_DYNAMIC
28         default y
29
30 endmenu