From 7bf587fbb8aefb0d34290e983cb7d7510f35d599 Mon Sep 17 00:00:00 2001
From: Alex Smith <alex.smith@imgtec.com>
Date: Thu, 15 May 2014 17:20:02 +0100
Subject: [PATCH 11/12] MIPS: octeon: Enable little endian support

Select SYS_SUPPORTS_LITTLE_ENDIAN for Octeon to enable a kernel to be
compiled to run in little endian mode.

Signed-off-by: Alex Smith <alex.smith@imgtec.com>
---
 arch/mips/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 4e238e6..3c16a6f 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -724,6 +724,7 @@ config CAVIUM_OCTEON_SOC
 	select DMA_COHERENT
 	select SYS_SUPPORTS_64BIT_KERNEL
 	select SYS_SUPPORTS_BIG_ENDIAN
+	select SYS_SUPPORTS_LITTLE_ENDIAN
 	select EDAC_SUPPORT
 	select SYS_SUPPORTS_HOTPLUG_CPU
 	select SYS_HAS_EARLY_PRINTK
-- 
2.1.0

