x86/efi: Enforce CONFIG_RELOCATABLE for EFI boot stub
[linux/fpc-iii.git] / arch / powerpc / platforms / wsp / Kconfig
blob422a175b10ee73bf5cf05df124033bdd7a28f866
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
14 menu "WSP platform selection"
15         depends on PPC_BOOK3E_64
17 config PPC_PSR2
18         bool "PowerEN System Reference Platform 2"
19         select EPAPR_BOOT
20         select PPC_WSP
21         default y
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
30 endmenu