Skip to content

Commit

Permalink
powerpc/wsp: Fix Wire Speed Processor platform configs
Browse files Browse the repository at this point in the history
Some config selections were applied to the platform (reference board)
when they actuall apply to the chip.

Signed-off-by: Jimi Xenidis <jimix@pobox.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
  • Loading branch information
Jimi Xenidis authored and Benjamin Herrenschmidt committed Sep 19, 2011
1 parent 7a19081 commit 2fa3d9e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions arch/powerpc/platforms/wsp/Kconfig
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
config PPC_WSP
bool
select PPC_A2
select PPC_SCOM
select PPC_XICS
select PPC_ICP_NATIVE
default n

menu "WSP platform selection"
depends on PPC_BOOK3E_64

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
Expand Down

0 comments on commit 2fa3d9e

Please sign in to comment.