omap: select REGULATOR_FIXED_VOLTAGE by default for panda and sdp4430
authorPanduranga Mallireddy <panduranga_mallireddy@ti.com>
Tue, 15 Feb 2011 08:40:33 +0000 (03:40 -0500)
committerTony Lindgren <tony@atomide.com>
Tue, 22 Feb 2011 16:37:03 +0000 (08:37 -0800)
Power to the wl12xx wlan device is controlled by a fixed regulator.
Boards that have the wl12xx should select REGULATOR_FIXED_VOLTAGE.
Signed-off-by: Panduranga Mallireddy <panduranga_mallireddy@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/Kconfig

index 9b4e78fe3d1cbf8eb98e0559a7ad74fb4ec776a8..b9d8a7b2a8620cc111f19e73c28469d3e957f139 100644 (file)
@@ -310,6 +310,7 @@ config MACH_OMAP_4430SDP
        depends on ARCH_OMAP4
        select OMAP_PACKAGE_CBL
        select OMAP_PACKAGE_CBS
+       select REGULATOR_FIXED_VOLTAGE
 
 config MACH_OMAP4_PANDA
        bool "OMAP4 Panda Board"
@@ -317,6 +318,7 @@ config MACH_OMAP4_PANDA
        depends on ARCH_OMAP4
        select OMAP_PACKAGE_CBL
        select OMAP_PACKAGE_CBS
+       select REGULATOR_FIXED_VOLTAGE
 
 config OMAP3_EMU
        bool "OMAP3 debugging peripherals"
This page took 0.029155 seconds and 5 git commands to generate.