diff --git a/include/configs/cm_t35.h b/include/configs/cm_t35.h index 4da8d54eda4502605bd351d0d1a487cfbae55e2f..dfdad6c3d0987cfb437663c8a57cafe95b040e5a 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 /* diff --git a/include/configs/nokia_rx51.h b/include/configs/nokia_rx51.h index eb2a60a57dac463047f4aec97f9cd61d443ae7bb..f51bfc34c1b8e108865ab41a67e141f24ee50afe 100644 --- a/include/configs/nokia_rx51.h +++ b/include/configs/nokia_rx51.h @@ -126,7 +126,6 @@ /* * TWL4030 */ -#define CONFIG_TWL4030_POWER #define CONFIG_TWL4030_LED #define CONFIG_TWL4030_KEYPAD diff --git a/include/configs/omap3_evm.h b/include/configs/omap3_evm.h index 329dc73221395869ba2d1c451246f8f1fc362a03..bf5b2f51396f317931eb20a10c997e17e9cb521b 100644 --- a/include/configs/omap3_evm.h +++ b/include/configs/omap3_evm.h @@ -89,7 +89,6 @@ #define CONFIG_SDRC /* The chip has SDRC controller */ #define CONFIG_OMAP3_EVM /* This is a OMAP3 EVM */ -#define CONFIG_TWL4030_POWER /* with TWL4030 PMIC */ /* * Clock related definitions diff --git a/include/configs/sniper.h b/include/configs/sniper.h index 6ddb83fccda136407d9e497542dcff11c9f4dab5..5214827ad930a3d706c1b71c20fb408715ef504b 100644 --- a/include/configs/sniper.h +++ b/include/configs/sniper.h @@ -82,12 +82,6 @@ #define CONFIG_SYS_I2C_OMAP34XX #define CONFIG_I2C_MULTI_BUS -/* - * Power - */ - -#define CONFIG_TWL4030_POWER - /* * Input */ diff --git a/include/configs/tao3530.h b/include/configs/tao3530.h index 109b8e810d24aaeacd906fbd887d1ffb4713f4d7..9bb4a1a8c0c5d8403d145ad44e10b8f59dc94e79 100644 --- a/include/configs/tao3530.h +++ b/include/configs/tao3530.h @@ -90,7 +90,6 @@ /* * TWL4030 */ -#define CONFIG_TWL4030_POWER #define CONFIG_TWL4030_LED /* diff --git a/include/configs/ti_omap3_common.h b/include/configs/ti_omap3_common.h index 0147662f443dd9719d2904e7d7ef2b222d3041ac..393d867a73360870539ae78a6b9ad5a70b81ede9 100644 --- a/include/configs/ti_omap3_common.h +++ b/include/configs/ti_omap3_common.h @@ -58,9 +58,6 @@ #define CONFIG_SYS_MONITOR_LEN (256 << 10) -/* TWL4030 */ -#define CONFIG_TWL4030_POWER - /* SPL */ #define CONFIG_SPL_TEXT_BASE 0x40200800 #define CONFIG_SPL_LDSCRIPT "arch/arm/mach-omap2/u-boot-spl.lds" diff --git a/include/configs/tricorder.h b/include/configs/tricorder.h index fc70be18df8adb0924148a54e5a7f4aabf0a293b..9741ca5fc992bbec24445593147536109c527a81 100644 --- a/include/configs/tricorder.h +++ b/include/configs/tricorder.h @@ -82,7 +82,6 @@ #define CONFIG_SYS_EEPROM_BUS_NUM 1 /* TWL4030 */ -#define CONFIG_TWL4030_POWER #define CONFIG_TWL4030_LED /* Board NAND Info */ diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt index 1704f9c09a460ab94f3b98d9f9e4ad5322adccd0..cd0165f9344d622ee2c59406f245638b8a02715d 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -6209,7 +6209,6 @@ CONFIG_TUXX1 CONFIG_TWL4030_INPUT CONFIG_TWL4030_KEYPAD CONFIG_TWL4030_LED -CONFIG_TWL4030_POWER CONFIG_TWL4030_PWM CONFIG_TWL4030_USB CONFIG_TWL6030_INPUT