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/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 | |||
12 | obj-$(CONFIG_ATM_FORE200E) += fore_200e.o | 12 | obj-$(CONFIG_ATM_FORE200E) += fore_200e.o |
13 | obj-$(CONFIG_ATM_ENI) += eni.o suni.o | 13 | obj-$(CONFIG_ATM_ENI) += eni.o suni.o |
14 | obj-$(CONFIG_ATM_IDT77252) += idt77252.o | 14 | obj-$(CONFIG_ATM_IDT77252) += idt77252.o |
15 | obj-$(CONFIG_ATM_SOLOS) += solos-pci.o | ||
15 | 16 | ||
16 | ifeq ($(CONFIG_ATM_NICSTAR_USE_SUNI),y) | 17 | ifeq ($(CONFIG_ATM_NICSTAR_USE_SUNI),y) |
17 | obj-$(CONFIG_ATM_NICSTAR) += suni.o | 18 | obj-$(CONFIG_ATM_NICSTAR) += suni.o |