diff options
author | Enric Balletbo i Serra <enric.balletbo@collabora.com> | 2018-12-27 17:03:27 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-01-15 15:28:41 -0500 |
commit | 2432dace1199618463b6dfbd8f30dd6d14c8037d (patch) | |
tree | 6f1c44345455937bcbc5f324c775a930552109cb /configs/igep00x0_defconfig | |
parent | f88a34defeed99dec7c4e88ef21fe40715083bb7 (diff) |
omap3: igep00x0: Remove USB support due DM_USB deadline
The USB support for this board was never really tested, in fact, the
presence of these options are more a copy & paste error from the
Beagleboard than a feature that really was used. As doesn't work, remove
for now. If someone at some point want to add this support he'll need to
migrate the board to use CONFIG_DM_USB instead.
Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
Diffstat (limited to 'configs/igep00x0_defconfig')
-rw-r--r-- | configs/igep00x0_defconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/configs/igep00x0_defconfig b/configs/igep00x0_defconfig index 330350c32ac..ba32609eab2 100644 --- a/configs/igep00x0_defconfig +++ b/configs/igep00x0_defconfig @@ -42,11 +42,6 @@ CONFIG_SMC911X_32_BIT=y CONFIG_CONS_INDEX=3 CONFIG_SPI=y CONFIG_OMAP3_SPI=y -CONFIG_USB=y -CONFIG_USB_MUSB_UDC=y -CONFIG_USB_OMAP3=y -CONFIG_TWL4030_USB=y -CONFIG_USB_GADGET=y CONFIG_FAT_WRITE=y CONFIG_UBIFS_SILENCE_MSG=y CONFIG_BCH=y |