diff options
author | Arnd Bergmann <arnd@arndb.de> | 2022-08-11 17:33:02 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2022-08-29 10:45:34 +0200 |
commit | 1bc709eb315f58b5231c8f0137c73d2bdabca9cf (patch) | |
tree | 8315b7c2e82c4d30b461674c94de94c6e2bd082c | |
parent | d1521bcef4fc58b20ca98d06c508529459be8329 (diff) | |
download | linux-stable-1bc709eb315f58b5231c8f0137c73d2bdabca9cf.tar.gz linux-stable-1bc709eb315f58b5231c8f0137c73d2bdabca9cf.tar.bz2 linux-stable-1bc709eb315f58b5231c8f0137c73d2bdabca9cf.zip |
ARM: defconfig: drop CONFIG_USB_FSL_USB2
USB_FSL_USB2 is no longer available for Arm platforms and
was replaced by the chipidea driver.
Fixes: a390bef7db1f ("usb: gadget: fsl_mxc_udc: Remove the driver")
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
-rw-r--r-- | arch/arm/configs/multi_v7_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 7af627a816ec..1cb293adecb1 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -869,7 +869,6 @@ CONFIG_USB_GPIO_VBUS=y CONFIG_USB_ISP1301=y CONFIG_USB_MXS_PHY=y CONFIG_USB_GADGET=y -CONFIG_USB_FSL_USB2=y CONFIG_USB_RENESAS_USBHS_UDC=m CONFIG_USB_ASPEED_VHUB=m CONFIG_USB_CONFIGFS=m |