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>
This commit is contained in:
Родитель
7a19081fc2
Коммит
2fa3d9e5c6
|
@ -1,5 +1,9 @@
|
||||||
config PPC_WSP
|
config PPC_WSP
|
||||||
bool
|
bool
|
||||||
|
select PPC_A2
|
||||||
|
select PPC_SCOM
|
||||||
|
select PPC_XICS
|
||||||
|
select PPC_ICP_NATIVE
|
||||||
default n
|
default n
|
||||||
|
|
||||||
menu "WSP platform selection"
|
menu "WSP platform selection"
|
||||||
|
@ -7,13 +11,9 @@ menu "WSP platform selection"
|
||||||
|
|
||||||
config PPC_PSR2
|
config PPC_PSR2
|
||||||
bool "PSR-2 platform"
|
bool "PSR-2 platform"
|
||||||
select PPC_A2
|
|
||||||
select GENERIC_TBSYNC
|
select GENERIC_TBSYNC
|
||||||
select PPC_SCOM
|
|
||||||
select EPAPR_BOOT
|
select EPAPR_BOOT
|
||||||
select PPC_WSP
|
select PPC_WSP
|
||||||
select PPC_XICS
|
|
||||||
select PPC_ICP_NATIVE
|
|
||||||
default y
|
default y
|
||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
|
|
Загрузка…
Ссылка в новой задаче