diff options
author | Adam Ford <aford173@gmail.com> | 2017-04-26 13:41:32 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-05-09 20:35:38 -0400 |
commit | 05b8dc5cd30a6d6cdfb29c9e718198692e12b4bf (patch) | |
tree | b5109b275be0f9208027d42a718d44dba6ae3e06 /scripts | |
parent | 7815c709ab2818448dbce3f7f16c97c864adbe58 (diff) | |
download | u-boot-05b8dc5cd30a6d6cdfb29c9e718198692e12b4bf.tar.gz |
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 <aford173@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/config_whitelist.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt index 1704f9c09a..cd0165f934 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 |