summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Rossi <nathan@nathanrossi.com>2017-01-14 19:41:24 +1000
committerNathan Rossi <nathan@nathanrossi.com>2017-02-01 22:40:24 +1000
commitb869a52678a276ce577860b806c8cfd6a245931c (patch)
treeb2cf5915dd1676cfea8a87d7596d6acf9320e46a
parentee8df5826924ba4817787d844c44f15ee3510d7f (diff)
downloadmeta-xilinx-b869a52678a276ce577860b806c8cfd6a245931c.tar.gz
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 <nathan@nathanrossi.com>
-rw-r--r--recipes-kernel/linux/config/xilinx-common/bsp/xilinx/soc/drivers/zynq7.cfg1
1 files changed, 1 insertions, 0 deletions
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
62CONFIG_USB_CHIPIDEA=y 62CONFIG_USB_CHIPIDEA=y
63CONFIG_USB_CHIPIDEA_UDC=y 63CONFIG_USB_CHIPIDEA_UDC=y
64CONFIG_USB_CHIPIDEA_HOST=y 64CONFIG_USB_CHIPIDEA_HOST=y
65CONFIG_USB_ULPI=y
65CONFIG_NOP_USB_XCEIV=y 66CONFIG_NOP_USB_XCEIV=y
66CONFIG_USB_OTG=y 67CONFIG_USB_OTG=y
67CONFIG_USB_GADGET=y 68CONFIG_USB_GADGET=y