diff options
author | Nathan Rossi <nathan.rossi@xilinx.com> | 2014-07-18 16:15:21 +1000 |
---|---|---|
committer | Nathan Rossi <nathan.rossi@xilinx.com> | 2014-07-23 11:36:32 +1000 |
commit | 85a3fd72e3e2ccecddd70907d7e25859c4615334 (patch) | |
tree | dfe35c4257d1a4c3e1a2567aba58121bf0887f04 | |
parent | 9b17715e65bcefb4d7465214bd84e8f3263b5ded (diff) | |
download | meta-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.cfg | 2 |
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 |
193 | CONFIG_USB_EHCI_HCD=y | 193 | CONFIG_USB_EHCI_HCD=y |
194 | # CONFIG_USB_EHCI_TT_NEWSCHED is not set | 194 | # CONFIG_USB_EHCI_TT_NEWSCHED is not set |
195 | CONFIG_USB_ZYNQ_PHY=y | ||
196 | CONFIG_USB_ZYNQ_DR_OF=y | ||
195 | CONFIG_USB_EHCI_ZYNQ=y | 197 | CONFIG_USB_EHCI_ZYNQ=y |
196 | CONFIG_USB_STORAGE=y | 198 | CONFIG_USB_STORAGE=y |
197 | CONFIG_USB_GADGET=y | 199 | CONFIG_USB_GADGET=y |