From mboxrd@z Thu Jan 1 00:00:00 1970 From: michael.weiser@gmx.de (Michael Weiser) Date: Thu, 21 Jul 2016 20:23:29 +0200 Subject: [PATCH 3/3] ARM: sunxi: enable big-endian In-Reply-To: <20160721182329.13478-1-michael.weiser@gmx.de> References: <20160721182329.13478-1-michael.weiser@gmx.de> Message-ID: <20160721182329.13478-4-michael.weiser@gmx.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org At least the Cubieboard2 incarnation of sunxi works correctly in big-endian mode. Allow the selection of big-endian. Signed-off-by: Michael Weiser Cc: Maxime Ripard Cc: Chen-Yu Tsai Cc: linux-arm-kernel at lists.infradead.org --- arch/arm/mach-sunxi/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-sunxi/Kconfig b/arch/arm/mach-sunxi/Kconfig index c124d65..4dcbbfe 100644 --- a/arch/arm/mach-sunxi/Kconfig +++ b/arch/arm/mach-sunxi/Kconfig @@ -1,6 +1,7 @@ menuconfig ARCH_SUNXI bool "Allwinner SoCs" depends on ARCH_MULTI_V7 + select ARCH_SUPPORTS_BIG_ENDIAN select ARCH_REQUIRE_GPIOLIB select ARCH_HAS_RESET_CONTROLLER select CLKSRC_MMIO -- 2.9.0