aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/pasemi/Kconfig
diff options
context:
space:
mode:
authorBoqun Feng <boqun.feng@gmail.com>2015-09-07 07:58:00 +0800
committerMichael Ellerman <mpe@ellerman.id.au>2015-09-29 22:57:00 +1000
commite5e16d8f3ec6973af2068897786be619cf97860e (patch)
treee7a5f8c66f04e6ed1dc75740447dbbeda5f40e0d /arch/powerpc/platforms/pasemi/Kconfig
parentLinux 4.3-rc3 (diff)
downloadlinux-dev-e5e16d8f3ec6973af2068897786be619cf97860e.tar.xz
linux-dev-e5e16d8f3ec6973af2068897786be619cf97860e.zip
powerpc: Kconfig: remove BE-only platforms from LE kernel build
Currently, little endian is only supported on powernv and pseries, however, Kconfigs still allow us to include other platforms in a LE kernel, this may result in space wasting or even build error if some BE-only platforms always assume they are built for a BE kernel. So just modify the Kconfigs of BE-only platforms to remove them from being built for a LE kernel. For 32bit only platforms, nothing needs to be done, because CPU_LITTLE_ENDIAN depends on PPC64. For 64bit supported platforms, add CPU_BIG_ENDIAN to dependencies explicitly, so that these platforms will be disabled for LE [Suggested-by: Cédric Le Goater <clg@fr.ibm.com>]. Signed-off-by: Boqun Feng <boqun.feng@gmail.com> Acked-by: Geoff Levand <geoff@infradead.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/platforms/pasemi/Kconfig')
-rw-r--r--arch/powerpc/platforms/pasemi/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/pasemi/Kconfig b/arch/powerpc/platforms/pasemi/Kconfig
index a2aeb327d185..00d4b28cbb60 100644
--- a/arch/powerpc/platforms/pasemi/Kconfig
+++ b/arch/powerpc/platforms/pasemi/Kconfig
@@ -1,5 +1,5 @@
config PPC_PASEMI
- depends on PPC64 && PPC_BOOK3S
+ depends on PPC64 && PPC_BOOK3S && CPU_BIG_ENDIAN
bool "PA Semi SoC-based platforms"
default n
select MPIC