powerpc: Little endian should depend on PPC_BOOK3S_64
authorMichael Ellerman <mpe@ellerman.id.au>
Wed, 22 Apr 2015 05:36:50 +0000 (15:36 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 18 May 2015 06:48:11 +0000 (16:48 +1000)
commitd4d4add9eacf0a3e642228a22df722f00921a184
treec3f01f7ae4cfaff8e97226ae93eff7ab6b809a43
parentf77ceb717d0955f1df20601683ea55675101bab6
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>
arch/powerpc/platforms/Kconfig.cputype