summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Rossi <nathan.rossi@xilinx.com>2014-07-18 16:15:21 +1000
committerNathan Rossi <nathan.rossi@xilinx.com>2014-07-23 11:36:32 +1000
commit85a3fd72e3e2ccecddd70907d7e25859c4615334 (patch)
treedfe35c4257d1a4c3e1a2567aba58121bf0887f04
parent9b17715e65bcefb4d7465214bd84e8f3263b5ded (diff)
downloadmeta-xilinx-85a3fd72e3e2ccecddd70907d7e25859c4615334.tar.gz
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 <nathan.rossi@xilinx.com>
-rw-r--r--conf/machine/boards/common/linux/zynq/defconfig_3.14.cfg2
1 files changed, 2 insertions, 0 deletions
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
192# CONFIG_USB_OTG_WHITELIST is not set 192# CONFIG_USB_OTG_WHITELIST is not set
193CONFIG_USB_EHCI_HCD=y 193CONFIG_USB_EHCI_HCD=y
194# CONFIG_USB_EHCI_TT_NEWSCHED is not set 194# CONFIG_USB_EHCI_TT_NEWSCHED is not set
195CONFIG_USB_ZYNQ_PHY=y
196CONFIG_USB_ZYNQ_DR_OF=y
195CONFIG_USB_EHCI_ZYNQ=y 197CONFIG_USB_EHCI_ZYNQ=y
196CONFIG_USB_STORAGE=y 198CONFIG_USB_STORAGE=y
197CONFIG_USB_GADGET=y 199CONFIG_USB_GADGET=y