speedtch Kconfig,1.2,1.3

Duncan Sands duncan at infradead.org
Sat Feb 12 17:35:15 EST 2005


Update of /home/cvs/speedtch
In directory phoenix.infradead.org:/tmp/cvs-serv19058

Modified Files:
	Kconfig 
Log Message:
Kconfig tweaks.  Seems more logical...


Index: Kconfig
===================================================================
RCS file: /home/cvs/speedtch/Kconfig,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Kconfig	12 Feb 2005 21:27:11 -0000	1.2
+++ Kconfig	12 Feb 2005 22:35:12 -0000	1.3
@@ -1,28 +1,29 @@
 #
-# USB ATM driver configuration
+# USB/ATM DSL configuration
 #
-comment "USB ATM/DSL drivers"
+
+menu "USB DSL modem support"
 	depends on USB
 
 config USB_ATM
-	tristate "Generic USB ATM/DSL core I/O support"
+	tristate "USB DSL modem 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. 
+	  Say Y here if you want to connect a USB Digital Subscriber Line (DSL)
+	  modem to your computer's USB port.  You will then need to choose your
+	  modem from the list below.
 
 	  To compile this driver as a module, choose M here: the
-	  module will be called usb_atm.
+	  module will be called usbatm.
 
 config USB_SPEEDTOUCH
-	tristate "Alcatel Speedtouch USB support"
-	depends on USB && ATM
-	select USB_ATM
+	tristate "Speedtouch USB support"
+	depends on USB_ATM
 	select FW_LOADER
 	help
-	  Say Y here if you have an Alcatel SpeedTouch USB or SpeedTouch 330
+	  Say Y here if you have an 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.
@@ -32,14 +33,15 @@
 
 config USB_CXACRU
 	tristate "Conexant AccessRunner USB support"
-	depends on USB && ATM
-	select USB_ATM
+	depends on USB_ATM
 	select FW_LOADER
 	help
-	  Say Y here if you have an ADSL USB modem based on Conexant
+	  Say Y here if you have an ADSL USB modem based on the 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.
+
+endmenu




More information about the Usbatm-commits mailing list