aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/powerpc/platforms/Kconfig.cputype
diff options
context:
space:
mode:
authorMichael Ellerman <mpe@ellerman.id.au>2015-04-22 15:36:50 +1000
committerMichael Ellerman <mpe@ellerman.id.au>2015-05-18 16:48:11 +1000
commitd4d4add9eacf0a3e642228a22df722f00921a184 (patch)
treec3f01f7ae4cfaff8e97226ae93eff7ab6b809a43 /arch/powerpc/platforms/Kconfig.cputype
parentpowerpc/eeh: remove unused macro IS_BRIDGE (diff)
downloadwireguard-linux-d4d4add9eacf0a3e642228a22df722f00921a184.tar.xz
wireguard-linux-d4d4add9eacf0a3e642228a22df722f00921a184.zip
powerpc: Little endian should depend on PPC_BOOK3S_64
The only little endian configuration we support is ppc64le, all other configurations are big endian. So we should only offer a choice of endian if we're building for 64-bit Book3S, ie. PPC_BOOK3S_64. Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to '')
-rw-r--r--arch/powerpc/platforms/Kconfig.cputype1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/Kconfig.cputype b/arch/powerpc/platforms/Kconfig.cputype
index 724ecc791404..c140e94c7c72 100644
--- a/arch/powerpc/platforms/Kconfig.cputype
+++ b/arch/powerpc/platforms/Kconfig.cputype
@@ -431,6 +431,7 @@ config CPU_BIG_ENDIAN
config CPU_LITTLE_ENDIAN
bool "Build little endian kernel"
+ depends on PPC_BOOK3S_64
select PPC64_BOOT_WRAPPER
help
Build a little endian kernel.