diff options
author | Adam Ford | 2018-01-02 10:38:36 -0600 |
---|---|---|
committer | Tom Rini | 2018-01-22 16:43:30 -0500 |
commit | 3b9e2a2520082ebf64ad4607bace057ac8fb0076 (patch) | |
tree | f5c2abe13083b791b8e3efec2040d0415a6cf229 /include/configs/omap3_logic.h | |
parent | 26410c1517bbb6d6f90de55b5fa65dac3c298bc7 (diff) |
Convert CONFIG_TWL4030_USB to Kconfig
This converts the following to Kconfig:
CONFIG_TWL4030_USB
Signed-off-by: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'include/configs/omap3_logic.h')
-rw-r--r-- | include/configs/omap3_logic.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/omap3_logic.h b/include/configs/omap3_logic.h index a4b29f18124..70745a882cb 100644 --- a/include/configs/omap3_logic.h +++ b/include/configs/omap3_logic.h @@ -52,11 +52,6 @@ /* I2C */ #define CONFIG_SYS_I2C_EEPROM_ADDR 0x50 /* EEPROM AT24C64 */ -/* USB */ - -/* TWL4030 */ -#define CONFIG_TWL4030_USB - /* Board NAND Info. */ #ifdef CONFIG_NAND #define CONFIG_SYS_NAND_ADDR NAND_BASE /* physical address */ |