mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-26 14:14:01 +08:00
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>
This commit is contained in:
parent
f77ceb717d
commit
d4d4add9ea
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user