diff options
author | John Crispin <john@openwrt.org> | 2012-12-15 02:01:08 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2012-12-15 02:01:08 +0000 |
commit | 3dac521a49dc1fba0484968ce0c0cb6bc406ab34 (patch) | |
tree | 1d684dbac81bc7d044a6ed52cbf3381c2f1a8a9d /target/linux/lantiq/files-3.3/drivers/usb/ifxhcd/Kconfig | |
parent | 1dece11487e937deb4691f73545c1403d018421d (diff) | |
download | upstream-3dac521a49dc1fba0484968ce0c0cb6bc406ab34.tar.gz upstream-3dac521a49dc1fba0484968ce0c0cb6bc406ab34.tar.bz2 upstream-3dac521a49dc1fba0484968ce0c0cb6bc406ab34.zip |
remove 3.3 and 3.6
SVN-Revision: 34699
Diffstat (limited to 'target/linux/lantiq/files-3.3/drivers/usb/ifxhcd/Kconfig')
-rw-r--r-- | target/linux/lantiq/files-3.3/drivers/usb/ifxhcd/Kconfig | 58 |
1 files changed, 0 insertions, 58 deletions
diff --git a/target/linux/lantiq/files-3.3/drivers/usb/ifxhcd/Kconfig b/target/linux/lantiq/files-3.3/drivers/usb/ifxhcd/Kconfig deleted file mode 100644 index 7eb8cebf42..0000000000 --- a/target/linux/lantiq/files-3.3/drivers/usb/ifxhcd/Kconfig +++ /dev/null @@ -1,58 +0,0 @@ - -config USB_HOST_IFX - tristate "Infineon USB Host Controller Driver" - depends on USB - default n - help - Infineon USB Host Controller - -config USB_HOST_IFX_B - bool "USB host mode on core 1 and 2" - depends on USB_HOST_IFX - help - Both cores run as host - -#config USB_HOST_IFX_1 -#config USB_HOST_IFX_2 - -#config IFX_DANUBE -#config IFX_AMAZON_SE -config IFX_AR9 - depends on USB_HOST_IFX - bool "AR9" - -config IFX_VR9 - depends on USB_HOST_IFX - bool "VR9" - -#config USB_HOST_IFX_FORCE_USB11 -# bool "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 -# bool "With HS_Electrical Test" -# depends on USB_HOST_IFX -# default n -# help -# With USBIF HSET routines - -#config USB_HOST_IFX_WITH_ISO -# bool "With ISO transfer" -# depends on USB_HOST_IFX -# default n -# help -# With USBIF ISO transfer - -config USB_HOST_IFX_UNALIGNED_ADJ - bool "Adjust" - depends on USB_HOST_IFX - help - USB_HOST_IFX_UNALIGNED_ADJ - -#config USB_HOST_IFX_UNALIGNED_CHK -#config USB_HOST_IFX_UNALIGNED_NONE - - |