Skip to content

Commit

Permalink
powerpc: Little endian should depend on PPC_BOOK3S_64
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Michael Ellerman committed May 18, 2015
1 parent f77ceb7 commit d4d4add
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/powerpc/platforms/Kconfig.cputype
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d4d4add

Please sign in to comment.