diff options
author | Nathan Rossi <nathan@nathanrossi.com> | 2017-01-14 19:41:24 +1000 |
---|---|---|
committer | Nathan Rossi <nathan@nathanrossi.com> | 2017-02-01 22:40:24 +1000 |
commit | b869a52678a276ce577860b806c8cfd6a245931c (patch) | |
tree | b2cf5915dd1676cfea8a87d7596d6acf9320e46a | |
parent | ee8df5826924ba4817787d844c44f15ee3510d7f (diff) | |
download | meta-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.cfg | 1 |
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 | |||
62 | CONFIG_USB_CHIPIDEA=y | 62 | CONFIG_USB_CHIPIDEA=y |
63 | CONFIG_USB_CHIPIDEA_UDC=y | 63 | CONFIG_USB_CHIPIDEA_UDC=y |
64 | CONFIG_USB_CHIPIDEA_HOST=y | 64 | CONFIG_USB_CHIPIDEA_HOST=y |
65 | CONFIG_USB_ULPI=y | ||
65 | CONFIG_NOP_USB_XCEIV=y | 66 | CONFIG_NOP_USB_XCEIV=y |
66 | CONFIG_USB_OTG=y | 67 | CONFIG_USB_OTG=y |
67 | CONFIG_USB_GADGET=y | 68 | CONFIG_USB_GADGET=y |