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 /configs/omap3_beagle_defconfig | |
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 'configs/omap3_beagle_defconfig')
-rw-r--r-- | configs/omap3_beagle_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/omap3_beagle_defconfig b/configs/omap3_beagle_defconfig index 33fd1462c4..318c1f9346 100644 --- a/configs/omap3_beagle_defconfig +++ b/configs/omap3_beagle_defconfig @@ -53,6 +53,7 @@ CONFIG_USB=y CONFIG_USB_EHCI_HCD=y CONFIG_USB_MUSB_GADGET=y CONFIG_USB_MUSB_OMAP2PLUS=y +CONFIG_TWL4030_USB=y CONFIG_USB_STORAGE=y CONFIG_USB_GADGET=y CONFIG_USB_GADGET_MANUFACTURER="TI" |