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/Makefile | |
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/Makefile')
-rw-r--r-- | drivers/atm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/atm/Makefile b/drivers/atm/Makefile index 0bfb31748ecf..62c3cc1075ae 100644 --- a/drivers/atm/Makefile +++ b/drivers/atm/Makefile @@ -12,6 +12,7 @@ obj-$(CONFIG_ATM_IA) += iphase.o suni.o obj-$(CONFIG_ATM_FORE200E) += fore_200e.o obj-$(CONFIG_ATM_ENI) += eni.o suni.o obj-$(CONFIG_ATM_IDT77252) += idt77252.o +obj-$(CONFIG_ATM_SOLOS) += solos-pci.o ifeq ($(CONFIG_ATM_NICSTAR_USE_SUNI),y) obj-$(CONFIG_ATM_NICSTAR) += suni.o |