From 05b8dc5cd30a6d6cdfb29c9e718198692e12b4bf Mon Sep 17 00:00:00 2001 From: Adam Ford Date: Wed, 26 Apr 2017 13:41:32 -0500 Subject: power: twl4030: Remove CONFIG_TWL4030_POWER from include/configs With the addition of Kconfig now having CONFIG_TWL4030_POWER and with that being the default when OMAP34XX is selected, this is no longer needed in include/configs and can be removed from the whitelist. This has only been tested on logic PD DM3730 using ti_omap3_common.h Signed-off-by: Adam Ford Reviewed-by: Simon Glass --- include/configs/cm_t35.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/cm_t35.h') diff --git a/include/configs/cm_t35.h b/include/configs/cm_t35.h index 4da8d54eda..dfdad6c3d0 100644 --- a/include/configs/cm_t35.h +++ b/include/configs/cm_t35.h @@ -109,7 +109,6 @@ /* * TWL4030 */ -#define CONFIG_TWL4030_POWER #define CONFIG_TWL4030_LED /* -- cgit