diff options
author | Grygorii Strashko <grygorii.strashko@ti.com> | 2015-11-26 10:22:23 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-11-30 17:38:05 -0500 |
commit | fc82792851d693e4f6da81b4b97e7af62d596af9 (patch) | |
tree | c79e9376e4784535fb1f1beb75ea668d7222a347 | |
parent | f1b2e7c29a52309724d13a1eb4de457406697118 (diff) |
ARM: OMAP2+: enable REGULATOR_FIXED_VOLTAGE
Enable REGULATOR_FIXED_VOLTAGE for all OMAP2+ platforms
otherwise system can't boot from SD-card when kernel is
built for single SoC (for example, with CONFIG_SOC_DRA7XX=y only).
It's also required for almost all TI SoC's platforms.
Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r-- | arch/arm/mach-omap2/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index 5076d3f334d2..4b4371db5799 100644 --- a/arch/arm/mach-omap2/Kconfig +++ b/arch/arm/mach-omap2/Kconfig | |||
@@ -121,6 +121,7 @@ config ARCH_OMAP2PLUS_TYPICAL | |||
121 | select NEON if CPU_V7 | 121 | select NEON if CPU_V7 |
122 | select PM | 122 | select PM |
123 | select REGULATOR | 123 | select REGULATOR |
124 | select REGULATOR_FIXED_VOLTAGE | ||
124 | select TWL4030_CORE if ARCH_OMAP3 || ARCH_OMAP4 | 125 | select TWL4030_CORE if ARCH_OMAP3 || ARCH_OMAP4 |
125 | select TWL4030_POWER if ARCH_OMAP3 || ARCH_OMAP4 | 126 | select TWL4030_POWER if ARCH_OMAP3 || ARCH_OMAP4 |
126 | select VFP | 127 | select VFP |
@@ -201,7 +202,6 @@ config MACH_OMAP3_PANDORA | |||
201 | depends on ARCH_OMAP3 | 202 | depends on ARCH_OMAP3 |
202 | default y | 203 | default y |
203 | select OMAP_PACKAGE_CBB | 204 | select OMAP_PACKAGE_CBB |
204 | select REGULATOR_FIXED_VOLTAGE if REGULATOR | ||
205 | 205 | ||
206 | config MACH_NOKIA_N810 | 206 | config MACH_NOKIA_N810 |
207 | bool | 207 | bool |