linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: berlin: sort Kconfig options
@ 2014-09-26  6:14 Jisheng Zhang
  2014-09-30 12:19 ` Sebastian Hesselbarth
  0 siblings, 1 reply; 3+ messages in thread
From: Jisheng Zhang @ 2014-09-26  6:14 UTC (permalink / raw)
  To: linux-arm-kernel

Keep options alphabetically sorted.

Signed-off-by: Jisheng Zhang <jszhang@marvell.com>
---
 arch/arm/mach-berlin/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mach-berlin/Kconfig b/arch/arm/mach-berlin/Kconfig
index 5803f77..84d34e0 100644
--- a/arch/arm/mach-berlin/Kconfig
+++ b/arch/arm/mach-berlin/Kconfig
@@ -3,9 +3,9 @@ menuconfig ARCH_BERLIN
 	select ARCH_HAS_RESET_CONTROLLER
 	select ARCH_REQUIRE_GPIOLIB
 	select ARM_GIC
-	select GENERIC_IRQ_CHIP
 	select DW_APB_ICTL
 	select DW_APB_TIMER_OF
+	select GENERIC_IRQ_CHIP
 	select PINCTRL
 	select RESET_CONTROLLER
 
-- 
2.1.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-10-21 12:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-26  6:14 [PATCH] ARM: berlin: sort Kconfig options Jisheng Zhang
2014-09-30 12:19 ` Sebastian Hesselbarth
2014-10-21 12:16   ` Sebastian Hesselbarth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).