diff options
author | Panduranga Mallireddy <panduranga_mallireddy@ti.com> | 2011-02-15 11:40:33 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2011-02-22 19:37:03 +0300 |
commit | cdc43482713d0af97d30d9b5d3c53b18fcec5d35 (patch) | |
tree | 3a1b68698f1eab30c957c0820ede446be35e8d25 /arch/arm/mach-omap2/Kconfig | |
parent | 66e171a3e8ed9179b2754831ae138e8fc251e4c7 (diff) | |
download | linux-cdc43482713d0af97d30d9b5d3c53b18fcec5d35.tar.xz |
omap: select REGULATOR_FIXED_VOLTAGE by default for panda and sdp4430
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>
Diffstat (limited to 'arch/arm/mach-omap2/Kconfig')
-rw-r--r-- | arch/arm/mach-omap2/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index 9b4e78fe3d1c..b9d8a7b2a862 100644 --- a/arch/arm/mach-omap2/Kconfig +++ b/arch/arm/mach-omap2/Kconfig @@ -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" |