aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2013-07-09 05:07:13 -0400
committerSimon Horman <horms+renesas@verge.net.au>2013-07-17 01:32:08 -0400
commitc9996e51e45df0630cf5493fa0359a257a191eee (patch)
tree423357b86ad2cefc069fa1eda15ccd0f0ed5fad0
parent63d0539e5466e1c5765b9dfdffafd619d4115ba5 (diff)
ARM: shmobile: select the fixed regulator driver on BockW
34767f8dccc326026f97cd63f759dd36bd83502d (ARM: mach-shmobile: select the fixed regulator driver on several boards) decided to select fixed regulator driver on Kconfig. BockW follows same style. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> [horms+renesas@verge.net.au: Change mach-shmobile to shmobile in changelog] Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
-rw-r--r--arch/arm/mach-shmobile/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig
index dd80f215feeb..f76fca6d9375 100644
--- a/arch/arm/mach-shmobile/Kconfig
+++ b/arch/arm/mach-shmobile/Kconfig
@@ -124,6 +124,7 @@ config MACH_BOCKW
124 depends on ARCH_R8A7778 124 depends on ARCH_R8A7778
125 select ARCH_REQUIRE_GPIOLIB 125 select ARCH_REQUIRE_GPIOLIB
126 select RENESAS_INTC_IRQPIN 126 select RENESAS_INTC_IRQPIN
127 select REGULATOR_FIXED_VOLTAGE if REGULATOR
127 select USE_OF 128 select USE_OF
128 129
129config MACH_MARZEN 130config MACH_MARZEN