From 85a3fd72e3e2ccecddd70907d7e25859c4615334 Mon Sep 17 00:00:00 2001 From: Nathan Rossi Date: Fri, 18 Jul 2014 16:15:21 +1000 Subject: common/linux/zynq/defconfig_3.14.cfg: Add configs for USB * Add configs for Zynq USB OTG functionality, these config options are required for the OTG dual role to function correctly. Signed-off-by: Nathan Rossi --- conf/machine/boards/common/linux/zynq/defconfig_3.14.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/machine/boards/common/linux/zynq/defconfig_3.14.cfg b/conf/machine/boards/common/linux/zynq/defconfig_3.14.cfg index 6978b7c9..5f9b8779 100644 --- a/conf/machine/boards/common/linux/zynq/defconfig_3.14.cfg +++ b/conf/machine/boards/common/linux/zynq/defconfig_3.14.cfg @@ -192,6 +192,8 @@ CONFIG_USB_OTG=y # CONFIG_USB_OTG_WHITELIST is not set CONFIG_USB_EHCI_HCD=y # CONFIG_USB_EHCI_TT_NEWSCHED is not set +CONFIG_USB_ZYNQ_PHY=y +CONFIG_USB_ZYNQ_DR_OF=y CONFIG_USB_EHCI_ZYNQ=y CONFIG_USB_STORAGE=y CONFIG_USB_GADGET=y -- cgit v1.2.3-54-g00ecf