]> git.baikalelectronics.ru Git - kernel.git/commit
usb: chipidea: Always build ULPI code
authorFabio Estevam <fabio.estevam@nxp.com>
Wed, 4 Jul 2018 13:09:58 +0000 (10:09 -0300)
committerPeter Chen <peter.chen@nxp.com>
Thu, 5 Jul 2018 06:22:47 +0000 (14:22 +0800)
commitf09a53730fa7b4f0e43833fc381e8ff8b478ea33
tree9f5e905ba2d47d7fd6811189331a472e800f63fe
parent48828f2f7bb1d117ca94a5394a6a783f5e6286ea
usb: chipidea: Always build ULPI code

Commit 08afa98fe3d4 ("usb: chipidea: Fix ULPI on imx51") causes a kernel
hang on imx51 systems that use the ULPI interface and do not select the
CONFIG_USB_CHIPIDEA_ULPI option.

In order to avoid such potential misuse, let's always build the
chipidea ULPI code into the final ci_hdrc object.

Tested on a imx51-babbage board.

Fixes: 08afa98fe3d4 ("usb: chipidea: Fix ULPI on imx51")
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Peter Chen <peter.chen@nxp.com>
drivers/usb/chipidea/Kconfig
drivers/usb/chipidea/Makefile
drivers/usb/chipidea/ci.h
drivers/usb/chipidea/ulpi.c