summaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap2
diff options
context:
space:
mode:
authorAdam Ford <aford173@gmail.com>2017-04-26 18:41:31 (GMT)
committerTom Rini <trini@konsulko.com>2017-05-10 00:35:38 (GMT)
commit7815c709ab2818448dbce3f7f16c97c864adbe58 (patch)
tree106781ce52a70acbb465be6ffa5606150ab6b04b /arch/arm/mach-omap2
parent4c2fb5fcc8159b1610dbb169f9acea2c043e7cc2 (diff)
downloadu-boot-7815c709ab2818448dbce3f7f16c97c864adbe58.tar.xz
power: twl4030: Move CONFIG_TWL4030_POWER to Kconfig
As requested, I added the CONFIG_TWL4030_POWER to Kconfig and made it the implied default when selecting OMAP34XX as a platform. Signed-off-by: Adam Ford <aford173@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm/mach-omap2')
-rw-r--r--arch/arm/mach-omap2/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig
index 93fb320..6d8c3e4 100644
--- a/arch/arm/mach-omap2/Kconfig
+++ b/arch/arm/mach-omap2/Kconfig
@@ -79,6 +79,7 @@ config OMAP34XX
imply SPL_POWER_SUPPORT
imply SPL_SERIAL_SUPPORT
imply SYS_THUMB_BUILD
+ imply TWL4030_POWER
config OMAP44XX
bool "OMAP44XX SoC"