Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7c105b63 authored by Anton Blanchard's avatar Anton Blanchard Committed by Benjamin Herrenschmidt
Browse files

powerpc: Add CONFIG_CPU_LITTLE_ENDIAN kernel config option.



With the little endian support merged, we can add the
CONFIG_CPU_LITTLE_ENDIAN kernel config option.

Signed-off-by: default avatarAnton Blanchard <anton@samba.org>
Signed-off-by: default avatarBenjamin Herrenschmidt <benh@kernel.crashing.org>
parent b2ca8c89
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -403,3 +403,14 @@ config PPC_DOORBELL
	default n

endmenu

config CPU_LITTLE_ENDIAN
	bool "Build little endian kernel"
	default n
	help
	  This option selects whether a big endian or little endian kernel will
	  be built.

	  Note that if cross compiling a little endian kernel,
	  CROSS_COMPILE must point to a toolchain capable of targeting
	  little endian powerpc.