Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Jimi Xenidis and committed by
Benjamin Herrenschmidt
2fa3d9e5 7a19081f

+4 -4
+4 -4
arch/powerpc/platforms/wsp/Kconfig
··· 1 1 config PPC_WSP 2 2 bool 3 + select PPC_A2 4 + select PPC_SCOM 5 + select PPC_XICS 6 + select PPC_ICP_NATIVE 3 7 default n 4 8 5 9 menu "WSP platform selection" ··· 11 7 12 8 config PPC_PSR2 13 9 bool "PSR-2 platform" 14 - select PPC_A2 15 10 select GENERIC_TBSYNC 16 - select PPC_SCOM 17 11 select EPAPR_BOOT 18 12 select PPC_WSP 19 - select PPC_XICS 20 - select PPC_ICP_NATIVE 21 13 default y 22 14 23 15 endmenu