diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/powerpc/platforms/wsp/Kconfig | 8 |
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 @@ | |||
1 | config PPC_WSP | 1 | config 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 | ||
5 | menu "WSP platform selection" | 9 | menu "WSP platform selection" |
@@ -7,13 +11,9 @@ menu "WSP platform selection" | |||
7 | 11 | ||
8 | config PPC_PSR2 | 12 | config 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 | ||
19 | endmenu | 19 | endmenu |