Some boards use USB PHYs that need to be communicated with via ULPI. Enable CONFIG_USB_ULPI.
Signed-off-by: Nathan Rossi <[email protected]> --- .../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 -- _______________________________________________ meta-xilinx mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-xilinx
