Skip to content
Snippets Groups Projects
Commit 2fa3d9e5 authored by Jimi Xenidis's avatar Jimi Xenidis Committed by Benjamin Herrenschmidt
Browse files

powerpc/wsp: Fix Wire Speed Processor platform configs


Some config selections were applied to the platform (reference board)
when they actuall apply to the chip.

Signed-off-by: default avatarJimi Xenidis <jimix@pobox.com>
Signed-off-by: default avatarBenjamin Herrenschmidt <benh@kernel.crashing.org>
parent 7a19081f
No related merge requests found
config PPC_WSP
bool
select PPC_A2
select PPC_SCOM
select PPC_XICS
select PPC_ICP_NATIVE
default n
menu "WSP platform selection"
......@@ -7,13 +11,9 @@ menu "WSP platform selection"
config PPC_PSR2
bool "PSR-2 platform"
select PPC_A2
select GENERIC_TBSYNC
select PPC_SCOM
select EPAPR_BOOT
select PPC_WSP
select PPC_XICS
select PPC_ICP_NATIVE
default y
endmenu
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment