From 2657412374b3ba7c44cfcc14f5bc6c8f0e673255 Mon Sep 17 00:00:00 2001 From: Zoltan Herpai Date: Sat, 4 Jan 2014 09:55:41 +0000 Subject: sunxi: various fixes - have Kconfig options ordered - add new olinuxino a13-micro board - various fixes for EHCI Signed-off-by: Zoltan HERPAI SVN-Revision: 39188 --- .../135-sunxi-order-Kconfig-options.patch | 35 ++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 target/linux/sunxi/patches-3.12/135-sunxi-order-Kconfig-options.patch (limited to 'target/linux/sunxi/patches-3.12/135-sunxi-order-Kconfig-options.patch') diff --git a/target/linux/sunxi/patches-3.12/135-sunxi-order-Kconfig-options.patch b/target/linux/sunxi/patches-3.12/135-sunxi-order-Kconfig-options.patch new file mode 100644 index 0000000000..1265fdf505 --- /dev/null +++ b/target/linux/sunxi/patches-3.12/135-sunxi-order-Kconfig-options.patch @@ -0,0 +1,35 @@ +From b788beda4db21ac28ae302f0323cffb75e578cac Mon Sep 17 00:00:00 2001 +From: Maxime Ripard +Date: Tue, 24 Sep 2013 11:09:19 +0300 +Subject: [PATCH] ARM: sunxi: Order Kconfig options alphabetically + +Signed-off-by: Maxime Ripard +--- + arch/arm/mach-sunxi/Kconfig | 6 +++--- + 1 file changed, 3 insertions(+), 3 deletions(-) + +diff --git a/arch/arm/mach-sunxi/Kconfig b/arch/arm/mach-sunxi/Kconfig +index 3ab2f65..c9e72c8 100644 +--- a/arch/arm/mach-sunxi/Kconfig ++++ b/arch/arm/mach-sunxi/Kconfig +@@ -1,14 +1,14 @@ + config ARCH_SUNXI + bool "Allwinner A1X SOCs" if ARCH_MULTI_V7 + select ARCH_REQUIRE_GPIOLIB ++ select ARM_GIC + select CLKSRC_MMIO + select CLKSRC_OF + select COMMON_CLK + select GENERIC_CLOCKEVENTS + select GENERIC_IRQ_CHIP ++ select HAVE_SMP + select PINCTRL ++ select PINCTRL_SUNXI + select SPARSE_IRQ + select SUN4I_TIMER +- select PINCTRL_SUNXI +- select ARM_GIC +- select HAVE_SMP +-- +1.8.5.1 + -- cgit v1.2.3