diff options
author | Adam Ford <aford173@gmail.com> | 2018-01-02 10:38:36 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-01-22 16:43:30 -0500 |
commit | 3b9e2a2520082ebf64ad4607bace057ac8fb0076 (patch) | |
tree | f5c2abe13083b791b8e3efec2040d0415a6cf229 /include/configs/omap3_igep00x0.h | |
parent | 26410c1517bbb6d6f90de55b5fa65dac3c298bc7 (diff) | |
download | u-boot-3b9e2a2520082ebf64ad4607bace057ac8fb0076.tar.gz |
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_igep00x0.h')
-rw-r--r-- | include/configs/omap3_igep00x0.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/omap3_igep00x0.h b/include/configs/omap3_igep00x0.h index 9b815e03f7..76d8e13d52 100644 --- a/include/configs/omap3_igep00x0.h +++ b/include/configs/omap3_igep00x0.h @@ -41,9 +41,6 @@ #define GPIO_IGEP00X0_BOARD_DETECTION 28 #define GPIO_IGEP00X0_REVISION_DETECTION 129 -/* USB */ -#define CONFIG_TWL4030_USB 1 - /* USB device configuration */ #define CONFIG_USB_DEVICE 1 #define CONFIG_USB_TTY 1 |