From 9304e43528faab0221ef35a3a129a438715c52b2 Mon Sep 17 00:00:00 2001 From: Nathan Rossi Date: Sat, 14 Jan 2017 19:41:24 +1000 Subject: linux/config: Add "CONFIG_USB_ULPI" for zynq7 Some boards use USB PHYs that need to be communicated with via ULPI. Enable CONFIG_USB_ULPI. Signed-off-by: Nathan Rossi --- .../linux/config/xilinx-common/bsp/xilinx/soc/drivers/zynq7.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-kernel/linux/config/xilinx-common/bsp/xilinx/soc/drivers/zynq7.cfg b/recipes-kernel/linux/config/xilinx-common/bsp/xilinx/soc/drivers/zynq7.cfg index 50af2e15..d82b8670 100644 --- a/recipes-kernel/linux/config/xilinx-common/bsp/xilinx/soc/drivers/zynq7.cfg +++ b/recipes-kernel/linux/config/xilinx-common/bsp/xilinx/soc/drivers/zynq7.cfg @@ -62,6 +62,7 @@ CONFIG_USB_EHCI_HCD=y CONFIG_USB_CHIPIDEA=y CONFIG_USB_CHIPIDEA_UDC=y CONFIG_USB_CHIPIDEA_HOST=y +CONFIG_USB_ULPI=y CONFIG_NOP_USB_XCEIV=y CONFIG_USB_OTG=y CONFIG_USB_GADGET=y -- cgit v1.2.3-54-g00ecf