aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/wsp/Kconfig
diff options
context:
space:
mode:
authorJimi Xenidis <jimix@pobox.com>2011-08-08 07:33:16 -0400
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2011-09-19 19:19:51 -0400
commit2fa3d9e5c699ff49e96199eeb9bea4508e7f5dac (patch)
tree5839ffa2895eb984e35a204cf2fe867ab7a3cd00 /arch/powerpc/platforms/wsp/Kconfig
parent7a19081fc2658157a1b84e6f3288450c33d98569 (diff)
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: Jimi Xenidis <jimix@pobox.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/platforms/wsp/Kconfig')
-rw-r--r--arch/powerpc/platforms/wsp/Kconfig8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/powerpc/platforms/wsp/Kconfig b/arch/powerpc/platforms/wsp/Kconfig
index c3c48eb62cc1..d051581e9ebf 100644
--- a/arch/powerpc/platforms/wsp/Kconfig
+++ b/arch/powerpc/platforms/wsp/Kconfig
@@ -1,5 +1,9 @@
1config PPC_WSP 1config PPC_WSP
2 bool 2 bool
3 select PPC_A2
4 select PPC_SCOM
5 select PPC_XICS
6 select PPC_ICP_NATIVE
3 default n 7 default n
4 8
5menu "WSP platform selection" 9menu "WSP platform selection"
@@ -7,13 +11,9 @@ menu "WSP platform selection"
7 11
8config PPC_PSR2 12config PPC_PSR2
9 bool "PSR-2 platform" 13 bool "PSR-2 platform"
10 select PPC_A2
11 select GENERIC_TBSYNC 14 select GENERIC_TBSYNC
12 select PPC_SCOM
13 select EPAPR_BOOT 15 select EPAPR_BOOT
14 select PPC_WSP 16 select PPC_WSP
15 select PPC_XICS
16 select PPC_ICP_NATIVE
17 default y 17 default y
18 18
19endmenu 19endmenu