diff options
| author | David Daney <[email protected]> | 2015-03-20 19:11:58 +0300 |
|---|---|---|
| committer | Ralf Baechle <[email protected]> | 2015-04-01 17:21:24 +0200 |
| commit | 73569d87e2cc5fdc0010e612a3c94f919228e301 (patch) | |
| tree | 2fbd84a1144ac50cd09ebf0d88307687853cd227 | |
| parent | e7916357e7d037594ca356221b8595754bec1a8a (diff) | |
MIPS: OCTEON: Enable little endian kernel.
Now it is supported, so let people select it.
[[email protected]: Folded in fix for bogus CONFIG_ kconfig symbol
prefix. Issue reported by Valentin Rothberg <[email protected]>.]
Signed-off-by: David Daney <[email protected]>
Signed-off-by: Leonid Rosenboim <[email protected]>
Signed-off-by: Aleksey Makarov <[email protected]>
Cc: [email protected]
Cc: [email protected]
Patchwork: https://patchwork.linux-mips.org/patch/9592/
Signed-off-by: Ralf Baechle <[email protected]>
| -rw-r--r-- | arch/mips/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 343b2381c555..5df4876f7e4a 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -806,7 +806,8 @@ config CAVIUM_OCTEON_SOC select SYS_SUPPORTS_64BIT_KERNEL select SYS_SUPPORTS_BIG_ENDIAN select EDAC_SUPPORT - select SYS_SUPPORTS_HOTPLUG_CPU + select SYS_SUPPORTS_LITTLE_ENDIAN + select SYS_SUPPORTS_HOTPLUG_CPU if CPU_BIG_ENDIAN select SYS_HAS_EARLY_PRINTK select SYS_HAS_CPU_CAVIUM_OCTEON select SWAP_IO_SPACE |