From 7815c709ab2818448dbce3f7f16c97c864adbe58 Mon Sep 17 00:00:00 2001 From: Adam Ford Date: Wed, 26 Apr 2017 13:41:31 -0500 Subject: 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 Reviewed-by: Simon Glass --- arch/arm/mach-omap2/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'arch') diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index 93fb3208a1..6d8c3e4298 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" -- cgit