commit | 7028f67ff8cb402b6913e3e49e966bcc4c62a320 | [log] [tgz] |
---|---|---|
author | Adam Ford <aford173@gmail.com> | Wed Apr 26 13:41:32 2017 -0500 |
committer | Tom Rini <trini@konsulko.com> | Tue May 09 20:35:38 2017 -0400 |
tree | b5109b275be0f9208027d42a718d44dba6ae3e06 | |
parent | bc168042cc685559d9c03b68fad2eb3bfe2bbc00 [diff] |
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>