xref: /openbmc/linux/drivers/usb/atm/Kconfig (revision 1da177e4)
1#
2# USB ATM driver configuration
3#
4comment "USB ATM/DSL drivers"
5	depends on USB
6
7config USB_ATM
8	tristate "Generic USB ATM/DSL core I/O support"
9	depends on USB && ATM
10	select CRC32
11	default n
12	help
13	  This provides a library which is used for packet I/O by USB DSL
14	  modems, such as the SpeedTouch driver below.
15
16	  To compile this driver as a module, choose M here: the
17	  module will be called usb_atm.
18
19config USB_SPEEDTOUCH
20	tristate "Alcatel Speedtouch USB support"
21	depends on USB && ATM
22	select USB_ATM
23	help
24	  Say Y here if you have an Alcatel SpeedTouch USB or SpeedTouch 330
25	  modem.  In order to use your modem you will need to install the
26	  two parts of the firmware, extracted by the user space tools; see
27	  <http://www.linux-usb.org/SpeedTouch/> for details.
28
29	  To compile this driver as a module, choose M here: the
30	  module will be called speedtch.
31