diff options
author | Simon Horman <horms+renesas@verge.net.au> | 2014-01-07 02:40:32 -0500 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-02-03 20:17:56 -0500 |
commit | 2b2fd2755182d43e149259330c7b1fe0aa3243d6 (patch) | |
tree | 55697b33085289f9b447634c6d9515730ef9a3e5 /arch/arm/mach-shmobile | |
parent | 6a517b114d007a35fc264ef16b09db35548f0290 (diff) |
ARM: shmobile: bockw: Sort Kconfig node's selections
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile')
-rw-r--r-- | arch/arm/mach-shmobile/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig index b624b5a7f79f..6f16983c41dd 100644 --- a/arch/arm/mach-shmobile/Kconfig +++ b/arch/arm/mach-shmobile/Kconfig | |||
@@ -207,11 +207,11 @@ config MACH_BOCKW | |||
207 | bool "BOCK-W platform" | 207 | bool "BOCK-W platform" |
208 | depends on ARCH_R8A7778 | 208 | depends on ARCH_R8A7778 |
209 | select ARCH_REQUIRE_GPIOLIB | 209 | select ARCH_REQUIRE_GPIOLIB |
210 | select RENESAS_INTC_IRQPIN | ||
211 | select REGULATOR_FIXED_VOLTAGE if REGULATOR | 210 | select REGULATOR_FIXED_VOLTAGE if REGULATOR |
212 | select USE_OF | 211 | select RENESAS_INTC_IRQPIN |
213 | select SND_SOC_AK4554 if SND_SIMPLE_CARD | 212 | select SND_SOC_AK4554 if SND_SIMPLE_CARD |
214 | select SND_SOC_AK4642 if SND_SIMPLE_CARD | 213 | select SND_SOC_AK4642 if SND_SIMPLE_CARD |
214 | select USE_OF | ||
215 | 215 | ||
216 | config MACH_BOCKW_REFERENCE | 216 | config MACH_BOCKW_REFERENCE |
217 | bool "BOCK-W - Reference Device Tree Implementation" | 217 | bool "BOCK-W - Reference Device Tree Implementation" |