summaryrefslogtreecommitdiff
path: root/drivers/staging/ft1000/Kconfig
diff options
context:
space:
mode:
authorMarek Belisko <marek.belisko@gmail.com>2010-09-22 05:56:27 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2010-09-22 15:24:30 (GMT)
commitf7c1be0cca2aa39dcea68f54287fb00f840a5ff4 (patch)
tree9544e98f9d737697cb11732d9f97e432344d1b52 /drivers/staging/ft1000/Kconfig
parent027360c5644b59d99db30e3515a8ec72350207b9 (diff)
downloadlinux-fsl-qoriq-f7c1be0cca2aa39dcea68f54287fb00f840a5ff4.tar.xz
Staging: Add support for Flarion OFDM usb and pcmcia devices.
This drivers add support for following devices: (usb)-> Qleadtek FLASH-OFDM USB Modem [LR7F04] -> Qleadtek Express Card -> Leadtek Multi-band modem HSDPA Sources for usb: https://sourceforge.net/projects/ft1000/files/ft1000_usb/ft1000_usb_v01.04.tar.gz/download (pcmcia) -> Multimedia Net Card Sources for pcmcia : https://sourceforge.net/projects/ft1000/files/ft1000_pcmcia_2.6.30-2.6.31.tgz/download More informations (in Slovak language): http://ft1000.qintec.sk/home.html Signed-off-by: Marek Belisko <marek.belisko@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/ft1000/Kconfig')
-rw-r--r--drivers/staging/ft1000/Kconfig22
1 files changed, 22 insertions, 0 deletions
diff --git a/drivers/staging/ft1000/Kconfig b/drivers/staging/ft1000/Kconfig
new file mode 100644
index 0000000..7c8af88
--- /dev/null
+++ b/drivers/staging/ft1000/Kconfig
@@ -0,0 +1,22 @@
+config FT1000
+ tristate "Drivers for Flarion ft1000 devices"
+
+if FT1000
+
+config FT1000_USB
+ tristate "Driver for ft1000 usb devices."
+ depends on USB
+ depends on NET
+ help
+ Say Y if you want to have support for Qleadtek FLASH-OFDM USB Modem [LR7F04],
+ Qleadtek Express Card or Leadtek Multi-band modem HSDPA.
+
+config FT1000_PCMCIA
+ tristate "Driver for ft1000 pcmcia device."
+ depends on PCMCIA
+ depends on NET
+ help
+ Say Y if you want to have support for Flarion card also called
+ Multimedia Net Card.
+
+endif