https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 2f97119eb67bad3a964cb5613d3f005b86842c3d authored by Jason Self on 11 November 2011, 18:12:32 UTC
Linux-libre 3.0.9-gnu1
Tip revision: 2f97119
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