usbatm Makefile.kernel,NONE,1.1 Kconfig,NONE,1.1

kagan at infradead.org kagan at infradead.org
Fri Feb 11 14:16:53 EST 2005


Update of /home/cvs/usbatm
In directory phoenix.infradead.org:/tmp/cvs-serv12101

Added Files:
	Makefile.kernel Kconfig 
Log Message:
Add files for building within kernel tree

--- NEW FILE Makefile.kernel ---
#
# Makefile for USB ATM/xDSL drivers
#

obj-$(CONFIG_USB_ATM)		+= usbatm.o
obj-$(CONFIG_USB_SPEEDTOUCH)	+= speedtch.o
obj-$(CONFIG_USB_CXACRU)	+= cxacru.o

--- NEW FILE Kconfig ---
#
# USB ATM driver configuration
#
comment "USB ATM/DSL drivers"
	depends on USB

config USB_ATM
	tristate "Generic USB ATM/DSL core I/O support"
	depends on USB && ATM
	select CRC32
	default n
	help
	  This provides a library which is used for packet I/O by USB DSL
	  modems, such as the SpeedTouch driver below. 

	  To compile this driver as a module, choose M here: the
	  module will be called usb_atm.

config USB_SPEEDTOUCH
	tristate "Alcatel Speedtouch USB support"
	depends on USB && ATM
	select USB_ATM
	help
	  Say Y here if you have an Alcatel SpeedTouch USB or SpeedTouch 330
	  modem.  In order to use your modem you will need to install the 
	  two parts of the firmware, extracted by the user space tools; see
	  <http://www.linux-usb.org/SpeedTouch/> for details.

	  To compile this driver as a module, choose M here: the
	  module will be called speedtch.

config USB_CXACRU
	tristate "Conexant AccessRunner USB support"
	depends on USB && ATM
	select USB_ATM
	help
	  Say Y here if you have an ADSL USB modem based on Conexant
	  AccessRunner chipset.  In order to use your modem you will need to
	  install the firmware, extracted by the user space tools; see
	  <http://accessrunner.sourceforge.net/> for details.

	  To compile this driver as a module, choose M here: the
	  module will be called cxacru.




More information about the Usbatm-commits mailing list