diff options
author | David Woodhouse <dwmw2@infradead.org> | 2008-12-23 04:09:02 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-12-26 01:26:11 -0800 |
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 Support for the S/UNI-Ultra and S/UNI-622 found in the ForeRunner HE cards. This driver provides carrier detection some statistics. +config ATM_SOLOS + tristate "Solos ADSL2+ PCI Multiport card driver" + depends on PCI + help + Support for the Solos multiport ADSL2+ card. + endif # ATM |