aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/Kconfig
diff options
context:
space:
mode:
authorOhad Ben-Cohen <ohad@wizery.com>2010-11-24 05:04:50 -0500
committerTony Lindgren <tony@atomide.com>2010-12-17 20:02:08 -0500
commit7c50152f0851e44ef7491546a29fddbbea47735b (patch)
tree303c4bf5067df797f043554681076aae37a7bcc4 /arch/arm/mach-omap2/Kconfig
parent447b8da5d78ac8f2815a7824c0eb4ad66ba3e11e (diff)
omap: boards w/ wl12xx should select REGULATOR_FIXED_VOLTAGE
Power to the wl12xx wlan device is controlled by a fixed regulator. Boards that have the wl12xx should select REGULATOR_FIXED_VOLTAGE so users will not be baffled. Signed-off-by: Ohad Ben-Cohen <ohad@wizery.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/Kconfig')
-rw-r--r--arch/arm/mach-omap2/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig
index 925ccb33d3d4..9c1d55920e35 100644
--- a/arch/arm/mach-omap2/Kconfig
+++ b/arch/arm/mach-omap2/Kconfig
@@ -189,6 +189,7 @@ config MACH_OMAP3_PANDORA
189 depends on ARCH_OMAP3 189 depends on ARCH_OMAP3
190 default y 190 default y
191 select OMAP_PACKAGE_CBB 191 select OMAP_PACKAGE_CBB
192 select REGULATOR_FIXED_VOLTAGE
192 193
193config MACH_OMAP3_TOUCHBOOK 194config MACH_OMAP3_TOUCHBOOK
194 bool "OMAP3 Touch Book" 195 bool "OMAP3 Touch Book"
@@ -240,6 +241,7 @@ config MACH_OMAP_ZOOM2
240 select SERIAL_8250 241 select SERIAL_8250
241 select SERIAL_CORE_CONSOLE 242 select SERIAL_CORE_CONSOLE
242 select SERIAL_8250_CONSOLE 243 select SERIAL_8250_CONSOLE
244 select REGULATOR_FIXED_VOLTAGE
243 245
244config MACH_OMAP_ZOOM3 246config MACH_OMAP_ZOOM3
245 bool "OMAP3630 Zoom3 board" 247 bool "OMAP3630 Zoom3 board"
@@ -249,6 +251,7 @@ config MACH_OMAP_ZOOM3
249 select SERIAL_8250 251 select SERIAL_8250
250 select SERIAL_CORE_CONSOLE 252 select SERIAL_CORE_CONSOLE
251 select SERIAL_8250_CONSOLE 253 select SERIAL_8250_CONSOLE
254 select REGULATOR_FIXED_VOLTAGE
252 255
253config MACH_CM_T35 256config MACH_CM_T35
254 bool "CompuLab CM-T35 module" 257 bool "CompuLab CM-T35 module"