summaryrefslogtreecommitdiffstats
path: root/drivers/staging/ft1000/Kconfig
diff options
context:
space:
mode:
authorMarek Belisko2010-09-22 07:56:27 +0200
committerGreg Kroah-Hartman2010-09-22 17:24:30 +0200
commitf7c1be0cca2aa39dcea68f54287fb00f840a5ff4 (patch)
tree9544e98f9d737697cb11732d9f97e432344d1b52 /drivers/staging/ft1000/Kconfig
parentStaging: line6: minor coding style cleanups (diff)
downloadkernel-qcow2-linux-f7c1be0cca2aa39dcea68f54287fb00f840a5ff4.tar.gz
kernel-qcow2-linux-f7c1be0cca2aa39dcea68f54287fb00f840a5ff4.tar.xz
kernel-qcow2-linux-f7c1be0cca2aa39dcea68f54287fb00f840a5ff4.zip
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 000000000000..7c8af886dd5d
--- /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