• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1config 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
14menu "WSP platform selection"
15	depends on PPC_BOOK3E_64
16
17config PPC_PSR2
18	bool "PowerEN System Reference Platform 2"
19	select EPAPR_BOOT
20	select PPC_WSP
21	default y
22
23config PPC_CHROMA
24	bool "PowerEN PCIe Chroma Card"
25	select EPAPR_BOOT
26	select PPC_WSP
27	select OF_DYNAMIC
28	default y
29
30endmenu
31