summaryrefslogtreecommitdiffstats
path: root/target/linux/cns3xxx/files/drivers/usb/dwc/Kconfig
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-11-26 18:01:38 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-11-26 18:01:38 +0000
commitebf6331c10774ebc3ef70b0598871bcd42ac7417 (patch)
tree89910e5af2145f75fd081196f7a5089a525b33a5 /target/linux/cns3xxx/files/drivers/usb/dwc/Kconfig
parent211669da3b1ca89da78afd32a7012c41958cc378 (diff)
downloadmaster-31e0f0ae-ebf6331c10774ebc3ef70b0598871bcd42ac7417.tar.gz
master-31e0f0ae-ebf6331c10774ebc3ef70b0598871bcd42ac7417.tar.bz2
master-31e0f0ae-ebf6331c10774ebc3ef70b0598871bcd42ac7417.zip
cns3xxx: switch to using the upstream dwc2 driver instead of dwc_otg
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43398
Diffstat (limited to 'target/linux/cns3xxx/files/drivers/usb/dwc/Kconfig')
-rw-r--r--target/linux/cns3xxx/files/drivers/usb/dwc/Kconfig44
1 files changed, 0 insertions, 44 deletions
diff --git a/target/linux/cns3xxx/files/drivers/usb/dwc/Kconfig b/target/linux/cns3xxx/files/drivers/usb/dwc/Kconfig
deleted file mode 100644
index be1b7f6fb7..0000000000
--- a/target/linux/cns3xxx/files/drivers/usb/dwc/Kconfig
+++ /dev/null
@@ -1,44 +0,0 @@
-#
-# USB Dual Role (OTG-ready) Controller Drivers
-# for silicon based on Synopsys DesignWare IP
-#
-
-comment "Enable Host or Gadget support for DesignWare OTG controller"
-depends on !USB && USB_GADGET=n
-
-config USB_DWC_OTG
- tristate "Synopsys DWC OTG Controller"
- depends on USB
- help
- This driver provides USB Device Controller support for the
- Synopsys DesignWare USB OTG Core used on the Cavium CNS34xx SOC.
-
-config DWC_DEBUG
- bool "Enable DWC Debugging"
- depends on USB_DWC_OTG
- default n
- help
- Enable DWC driver debugging
-
-choice
- prompt "DWC Mode Selection"
- depends on USB_DWC_OTG
- default DWC_HOST_ONLY
- help
- Select the DWC Core in OTG, Host only, or Device only mode.
-
-config DWC_HOST_ONLY
- bool "DWC Host Only Mode"
-
-config DWC_OTG_MODE
- bool "DWC OTG Mode"
- select USB_GADGET
- select USB_GADGET_SELECTED
-
-config DWC_DEVICE_ONLY
- bool "DWC Device Only Mode"
- select USB_GADGET
- select USB_GADGET_SELECTED
-
-endchoice
-