Skip to content

Commit 2059e52

Browse files
Fabio Estevamgregkh
authored andcommitted
ARM: imx_v6_v7_defconfig: Select ULPI support
[ Upstream commit 157bcc0 ] 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]> Signed-off-by: Sasha Levin <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 2aebd46 commit 2059e52

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
@@ -289,6 +289,7 @@ CONFIG_USB_STORAGE=y
289289
CONFIG_USB_CHIPIDEA=y
290290
CONFIG_USB_CHIPIDEA_UDC=y
291291
CONFIG_USB_CHIPIDEA_HOST=y
292+
CONFIG_USB_CHIPIDEA_ULPI=y
292293
CONFIG_USB_SERIAL=m
293294
CONFIG_USB_SERIAL_GENERIC=y
294295
CONFIG_USB_SERIAL_FTDI_SIO=m
@@ -325,6 +326,7 @@ CONFIG_USB_GADGETFS=m
325326
CONFIG_USB_FUNCTIONFS=m
326327
CONFIG_USB_MASS_STORAGE=m
327328
CONFIG_USB_G_SERIAL=m
329+
CONFIG_USB_ULPI_BUS=y
328330
CONFIG_MMC=y
329331
CONFIG_MMC_SDHCI=y
330332
CONFIG_MMC_SDHCI_PLTFM=y

0 commit comments

Comments
 (0)