Skip to content

Commit 157bcc0

Browse files
Fabio EstevamShawn Guo
authored andcommitted
ARM: imx_v6_v7_defconfig: Select ULPI support
Select CONFIG_USB_CHIPIDEA_ULPI and CONFIG_USB_ULPI_BUS so that USB ULPI can be functional on some boards like imx51-babbge. This fixes a kernel hang in 4.18-rc1 on i.mx51-babbage, caused by commit 03e6275 ("usb: chipidea: Fix ULPI on imx51"). Suggested-by: Andrey Smirnov <[email protected]> Signed-off-by: Fabio Estevam <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent 06d793b commit 157bcc0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/arm/configs/imx_v6_v7_defconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,7 @@ CONFIG_USB_STORAGE=y
302302
CONFIG_USB_CHIPIDEA=y
303303
CONFIG_USB_CHIPIDEA_UDC=y
304304
CONFIG_USB_CHIPIDEA_HOST=y
305+
CONFIG_USB_CHIPIDEA_ULPI=y
305306
CONFIG_USB_SERIAL=m
306307
CONFIG_USB_SERIAL_GENERIC=y
307308
CONFIG_USB_SERIAL_FTDI_SIO=m
@@ -338,6 +339,7 @@ CONFIG_USB_GADGETFS=m
338339
CONFIG_USB_FUNCTIONFS=m
339340
CONFIG_USB_MASS_STORAGE=m
340341
CONFIG_USB_G_SERIAL=m
342+
CONFIG_USB_ULPI_BUS=y
341343
CONFIG_MMC=y
342344
CONFIG_MMC_SDHCI=y
343345
CONFIG_MMC_SDHCI_PLTFM=y

0 commit comments

Comments
 (0)