Skip to content

Commit da8fc15

Browse files
Fabio EstevamShawn Guo
authored andcommitted
ARM: imx_v6_v7_defconfig: Update ONBOARD_USB_HUB to ONBOAD_USB_DEV
The onboard_usb_hub driver has been updated to support non-hub devices, which has led to some renaming. Update to the new name (ONBOARD_USB_DEV) accordingly. Based on similar fixes done by Javier Carrasco for other defconfigs. Fixes: 0bb3605 ("ARM: imx_v6_v7_defconfig: Select CONFIG_USB_ONBOARD_HUB") Signed-off-by: Fabio Estevam <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent 0bb3605 commit da8fc15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/configs/imx_v6_v7_defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ CONFIG_USB_SERIAL_FTDI_SIO=m
336336
CONFIG_USB_SERIAL_OPTION=m
337337
CONFIG_USB_TEST=m
338338
CONFIG_USB_EHSET_TEST_FIXTURE=m
339-
CONFIG_USB_ONBOARD_HUB=y
339+
CONFIG_USB_ONBOARD_DEV=y
340340
CONFIG_NOP_USB_XCEIV=y
341341
CONFIG_USB_MXS_PHY=y
342342
CONFIG_USB_GADGET=y

0 commit comments

Comments
 (0)