Browse Source

ARM: shmobile: bockw: Sort Kconfig node's selections

Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Simon Horman 11 years ago
parent
commit
2b2fd27551
1 changed files with 2 additions and 2 deletions
  1. 2 2
      arch/arm/mach-shmobile/Kconfig

+ 2 - 2
arch/arm/mach-shmobile/Kconfig

@@ -207,11 +207,11 @@ config MACH_BOCKW
 	bool "BOCK-W platform"
 	depends on ARCH_R8A7778
 	select ARCH_REQUIRE_GPIOLIB
-	select RENESAS_INTC_IRQPIN
 	select REGULATOR_FIXED_VOLTAGE if REGULATOR
-	select USE_OF
+	select RENESAS_INTC_IRQPIN
 	select SND_SOC_AK4554 if SND_SIMPLE_CARD
 	select SND_SOC_AK4642 if SND_SIMPLE_CARD
+	select USE_OF
 
 config MACH_BOCKW_REFERENCE
 	bool "BOCK-W  - Reference Device Tree Implementation"