summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorScott Wood <scottwood@freescale.com>2013-05-28 18:35:36 (GMT)
committerFleming Andrew-AFLEMING <AFLEMING@freescale.com>2013-05-29 22:56:36 (GMT)
commitc2cf2253dcbfb7d661664bfc4dd5afc4c75eaa39 (patch)
tree44120a9c1979fcea2a01e53017d1d3979282bc73 /arch
parentc31ccb12acffb7172fbb93d9e44f2dab7d15656d (diff)
downloadlinux-fsl-qoriq-c2cf2253dcbfb7d661664bfc4dd5afc4c75eaa39.tar.xz
powerpc: Remove default Y from WSP platforms
Default Y is generally antisocial behavior to begin with, and WSP code breaks with CONFIG_SMP turned off. Signed-off-by: Scott Wood <scottwood@freescale.com> Change-Id: I020a237b72676e31339496865d6de4838d52d95a Reviewed-on: http://git.am.freescale.net:8181/2746 Tested-by: Review Code-CDREVIEW <CDREVIEW@freescale.com> Reviewed-by: Fleming Andrew-AFLEMING <AFLEMING@freescale.com> Tested-by: Fleming Andrew-AFLEMING <AFLEMING@freescale.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/powerpc/platforms/wsp/Kconfig2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/powerpc/platforms/wsp/Kconfig b/arch/powerpc/platforms/wsp/Kconfig
index 79d2225..a07da1e 100644
--- a/arch/powerpc/platforms/wsp/Kconfig
+++ b/arch/powerpc/platforms/wsp/Kconfig
@@ -19,14 +19,12 @@ config PPC_PSR2
bool "PowerEN System Reference Platform 2"
select EPAPR_BOOT
select PPC_WSP
- default y
config PPC_CHROMA
bool "PowerEN PCIe Chroma Card"
select EPAPR_BOOT
select PPC_WSP
select OF_DYNAMIC
- default y
endmenu