summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Rossi <nathan.rossi@xilinx.com>2015-04-17 15:52:17 +1000
committerNathan Rossi <nathan.rossi@xilinx.com>2015-04-17 15:52:17 +1000
commit9b333c6e3216afde31c6fbd16ed5a470ad29761c (patch)
tree3fa9c4f8e0951fc99651260c79ca464018b811ec
parentcfacbc9f19b9778eceda3f7ef51419ab70ebc4ac (diff)
downloadmeta-xilinx-9b333c6e3216afde31c6fbd16ed5a470ad29761c.tar.gz
linux/configs: Add disable-usb-phy fragement
* This fragment is required for kernels that use the older USB driver that handles reseting as part of the driver code itself. This allows the USB driver to get the GPIO resource instead of the USB PHY driver probing and controlling it. Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
-rw-r--r--recipes-kernel/linux/config/xilinx-base/bsp/xilinx/disable-usb-phy.cfg1
-rw-r--r--recipes-kernel/linux/config/xilinx-base/bsp/xilinx/disable-usb-phy.scc5
2 files changed, 6 insertions, 0 deletions
diff --git a/recipes-kernel/linux/config/xilinx-base/bsp/xilinx/disable-usb-phy.cfg b/recipes-kernel/linux/config/xilinx-base/bsp/xilinx/disable-usb-phy.cfg
new file mode 100644
index 00000000..db6873ec
--- /dev/null
+++ b/recipes-kernel/linux/config/xilinx-base/bsp/xilinx/disable-usb-phy.cfg
@@ -0,0 +1 @@
CONFIG_NOP_USB_XCEIV=n
diff --git a/recipes-kernel/linux/config/xilinx-base/bsp/xilinx/disable-usb-phy.scc b/recipes-kernel/linux/config/xilinx-base/bsp/xilinx/disable-usb-phy.scc
new file mode 100644
index 00000000..ff4d7f3e
--- /dev/null
+++ b/recipes-kernel/linux/config/xilinx-base/bsp/xilinx/disable-usb-phy.scc
@@ -0,0 +1,5 @@
1define KFEATURE_DESCRIPTION "Disable the USB PHY driver"
2define KFEATURE_COMPATIBILITY board
3
4kconfig hardware disable-usb-phy.cfg
5