46c74751c2
When I submitted commit 6805ab6daa
("powerpc: drop unused Kconfig symbols") I apparently failed to notice
that my patch also made PREP_RESIDUAL and PPC_A2_DD2 unused. Drop these
now.
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
30 lines
513 B
Text
30 lines
513 B
Text
config PPC_WSP
|
|
bool
|
|
select PPC_A2
|
|
select GENERIC_TBSYNC
|
|
select PPC_ICSWX
|
|
select PPC_SCOM
|
|
select PPC_XICS
|
|
select PPC_ICP_NATIVE
|
|
select PCI
|
|
select PPC_IO_WORKAROUNDS if PCI
|
|
select PPC_INDIRECT_PIO if PCI
|
|
default n
|
|
|
|
menu "WSP platform selection"
|
|
depends on PPC_BOOK3E_64
|
|
|
|
config PPC_PSR2
|
|
bool "PowerEN System Reference Platform 2"
|
|
select EPAPR_BOOT
|
|
select PPC_WSP
|
|
default y
|
|
|
|
config PPC_CHROMA
|
|
bool "PowerEN PCIe Chroma Card"
|
|
select EPAPR_BOOT
|
|
select PPC_WSP
|
|
select OF_DYNAMIC
|
|
default y
|
|
|
|
endmenu
|