Skip to content

Commit

Permalink
powerpc: Add CONFIG_CPU_LITTLE_ENDIAN kernel config option.
Browse files Browse the repository at this point in the history
With the little endian support merged, we can add the
CONFIG_CPU_LITTLE_ENDIAN kernel config option.

Signed-off-by: Anton Blanchard <[email protected]>
Signed-off-by: Benjamin Herrenschmidt <[email protected]>
  • Loading branch information
antonblanchard authored and ozbenh committed Nov 20, 2013
1 parent b2ca8c8 commit 7c105b6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions arch/powerpc/platforms/Kconfig.cputype
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 7c105b6

Please sign in to comment.