https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 5a126adb3c852469e874d2a2a7f9e9f2f69bc4be authored by Jason Self on 26 November 2011, 17:11:33 UTC
Linux-libre 3.0.11-gnu1
Tip revision: 5a126ad
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