WAN: Add IXP4xx HSS HDLC driver.
Signed-off-by: Krzysztof Hałasa <khc@pm.waw.pl>
This commit is contained in:
parent
490b77224f
commit
f5b89e41ce
@ -335,6 +335,13 @@ config DSCC4_PCI_RST
|
|||||||
|
|
||||||
Say Y if your card supports this feature.
|
Say Y if your card supports this feature.
|
||||||
|
|
||||||
|
config IXP4XX_HSS
|
||||||
|
tristate "Intel IXP4xx HSS (synchronous serial port) support"
|
||||||
|
depends on HDLC && ARM && ARCH_IXP4XX && IXP4XX_NPE && IXP4XX_QMGR
|
||||||
|
help
|
||||||
|
Say Y here if you want to use built-in HSS ports
|
||||||
|
on IXP4xx processor.
|
||||||
|
|
||||||
config DLCI
|
config DLCI
|
||||||
tristate "Frame Relay DLCI support"
|
tristate "Frame Relay DLCI support"
|
||||||
---help---
|
---help---
|
||||||
|
@ -41,6 +41,7 @@ obj-$(CONFIG_C101) += c101.o
|
|||||||
obj-$(CONFIG_WANXL) += wanxl.o
|
obj-$(CONFIG_WANXL) += wanxl.o
|
||||||
obj-$(CONFIG_PCI200SYN) += pci200syn.o
|
obj-$(CONFIG_PCI200SYN) += pci200syn.o
|
||||||
obj-$(CONFIG_PC300TOO) += pc300too.o
|
obj-$(CONFIG_PC300TOO) += pc300too.o
|
||||||
|
obj-$(CONFIG_IXP4XX_HSS) += ixp4xx_hss.o
|
||||||
|
|
||||||
clean-files := wanxlfw.inc
|
clean-files := wanxlfw.inc
|
||||||
$(obj)/wanxl.o: $(obj)/wanxlfw.inc
|
$(obj)/wanxl.o: $(obj)/wanxlfw.inc
|
||||||
|
1357
drivers/net/wan/ixp4xx_hss.c
Normal file
1357
drivers/net/wan/ixp4xx_hss.c
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user