Staging
v0.7.0
https://github.com/torvalds/linux
Raw File
Tip revision: 5611cc4572e889b62a7b4c72a413536bf6a9c416 authored by Linus Torvalds on 01 December 2011, 22:56:01 UTC
Linux 3.2-rc4
Tip revision: 5611cc4
Kconfig
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
back to top