[meta-xilinx] [PATCH 2/4] linux/config: Add "CONFIG_USB_ULPI" for zynq7
Nathan Rossi
nathan at nathanrossi.com
Wed Jan 18 05:40:56 PST 2017
Some boards use USB PHYs that need to be communicated with via ULPI.
Enable CONFIG_USB_ULPI.
Signed-off-by: Nathan Rossi <nathan at nathanrossi.com>
---
.../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 50af2e1557..d82b867040 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
--
2.11.0
More information about the meta-xilinx
mailing list