diff options
author | David Woodhouse <dwmw2@infradead.org> | 2008-12-22 23:09:02 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-12-26 04:26:11 -0500 |
commit | 9c54004ea717116a10886e254e26502ffb1136e9 (patch) | |
tree | 890ccda88965e0f6f6fa702237d5e3830834af60 /drivers/atm/Kconfig | |
parent | 236b87c29953a87a6817e96e311b0efd00e95dc7 (diff) |
atm: Driver for Solos PCI ADSL2+ card.
This adds basic support for the 'Solos' PCI ADSL2+ cards being developed
by Traverse Technologies and Xrio Ltd:
http://www.traverse.com.au/productview.php?product_id=116
Signed-off-by: Nathan Williams <nathan@traverse.com.au>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/atm/Kconfig')
-rw-r--r-- | drivers/atm/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/atm/Kconfig b/drivers/atm/Kconfig index f197a193633a..191b85e857e0 100644 --- a/drivers/atm/Kconfig +++ b/drivers/atm/Kconfig | |||
@@ -391,4 +391,10 @@ config ATM_HE_USE_SUNI | |||
391 | Support for the S/UNI-Ultra and S/UNI-622 found in the ForeRunner | 391 | Support for the S/UNI-Ultra and S/UNI-622 found in the ForeRunner |
392 | HE cards. This driver provides carrier detection some statistics. | 392 | HE cards. This driver provides carrier detection some statistics. |
393 | 393 | ||
394 | config ATM_SOLOS | ||
395 | tristate "Solos ADSL2+ PCI Multiport card driver" | ||
396 | depends on PCI | ||
397 | help | ||
398 | Support for the Solos multiport ADSL2+ card. | ||
399 | |||
394 | endif # ATM | 400 | endif # ATM |