diff options
author | Mathias Kresin <dev@kresin.me> | 2016-11-27 13:15:23 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2016-11-27 15:34:23 +0100 |
commit | 57d36e5bdd23ab405ab12a69c7ea3617b675f66c (patch) | |
tree | 1ce721ae46c8c067a5b0631b509cf06a508621b3 /package/kernel/lantiq/ltq-hcd/src/Kconfig | |
parent | d561b2f5ce2e5f8d388103804ecfa8586bcbcf0e (diff) | |
download | upstream-57d36e5bdd23ab405ab12a69c7ea3617b675f66c.tar.gz upstream-57d36e5bdd23ab405ab12a69c7ea3617b675f66c.tar.bz2 upstream-57d36e5bdd23ab405ab12a69c7ea3617b675f66c.zip |
ltq-hcd: drop package
Since ffd7c155008bff4b08197dfd710d7a1386313f98 it isn't used anymore on
any supported target.
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'package/kernel/lantiq/ltq-hcd/src/Kconfig')
-rw-r--r-- | package/kernel/lantiq/ltq-hcd/src/Kconfig | 104 |
1 files changed, 0 insertions, 104 deletions
diff --git a/package/kernel/lantiq/ltq-hcd/src/Kconfig b/package/kernel/lantiq/ltq-hcd/src/Kconfig deleted file mode 100644 index 2a3a38d3f8..0000000000 --- a/package/kernel/lantiq/ltq-hcd/src/Kconfig +++ /dev/null @@ -1,104 +0,0 @@ - -config USB_HOST_IFX - tristate "Infineon USB Host Controller Driver" - depends on USB - default n - help - Infineon USB Host Controller - -choice - prompt "Infineon USB Host Controller Driver Operation mode" - depends on USB_HOST_IFX && ( AMAZON_S || AR9 || VR9 || AR10 || MIPS_AMAZON_S || MIPS_AR9 || MIPS_VR9 || MIPS_AR10 ) - help - The IFX USB core can be configured as dual-host and single host. - The unused core can be set as Device-mode. - -config USB_HOST_IFX_B - boolean "USB host mode on core 1 and 2" - help - Both cores run as host - -config USB_HOST_IFX_1 - boolean "USB host mode on core 1 only" - help - Core #1 runs as host - -config USB_HOST_IFX_2 - boolean "USB host mode on core 2 only" - help - Core #2 runs as host - -endchoice - -config USB_HOST_IFX_FORCE_USB11 - boolean "Forced USB1.1" - depends on USB_HOST_IFX - default n - help - force to be USB 1.1 - -config USB_HOST_IFX_WITH_HS_ELECT_TST - boolean "With HS_Electrical Test" - depends on USB_HOST_IFX - default n - help - With USBIF HSET routines - -config USB_HOST_IFX_WITH_ISO - boolean "With ISO transfer" - depends on USB_HOST_IFX - default n - help - With USBIF ISO transfer - -config USB_HOST_IFX_COC - boolean "CoC in USB Host" - depends on USB_HOST_IFX - default n - help - With CoC on Host - -choice - prompt "IFX unaligned buffer policy" - depends on USB_HOST_IFX - help - IFX unaligned buffer policy - -config USB_HOST_IFX_UNALIGNED_ADJ - boolean "Adjust" - help - USB_HOST_IFX_UNALIGNED_ADJ - -config USB_HOST_IFX_UNALIGNED_CHK - boolean "Check-only" - help - USB_HOST_IFX_UNALIGNED_CHK - -config USB_HOST_IFX_UNALIGNED_NONE - boolean "No process" - help - USB_HOST_IFX_UNALIGNED_NONE - -endchoice - - -config USB_HOST_IFX_XHCI - tristate "xHCI HCD (USB 3.0) support (EXPERIMENTAL)" - depends on USB && PCI && ( VR9 || MIPS_VR9 || AR10 || MIPS_AR10 ) - ---help--- - The eXtensible Host Controller Interface (xHCI) is standard for USB 3.0 - "SuperSpeed" host controller hardware. - - To compile this driver as a module, choose M here: the - module will be called xhci-hcd. - -config USB_HOST_IFX_XHCI_DEBUGGING - bool "Debugging for the xHCI host controller" - depends on USB_HOST_IFX_XHCI - ---help--- - Say 'Y' to turn on debugging for the xHCI host controller driver. - This will spew debugging output, even in interrupt context. - This should only be used for debugging xHCI driver bugs. - - If unsure, say N. - |