From: Krzysztof Hałasa Date: Sun, 21 Dec 2008 22:52:18 +0000 (+0100) Subject: WAN: Add IXP4xx HSS HDLC driver. X-Git-Tag: v2.6.29-rc1~581^2~62^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5b89e41ce7a980aa2fd8ad105626b9ed4e8d347;p=pandora-kernel.git WAN: Add IXP4xx HSS HDLC driver. Signed-off-by: Krzysztof Hałasa --- diff --git a/drivers/net/wan/Kconfig b/drivers/net/wan/Kconfig index 0725161aa27c..d08ce6a264cb 100644 --- a/drivers/net/wan/Kconfig +++ b/drivers/net/wan/Kconfig @@ -335,6 +335,13 @@ config DSCC4_PCI_RST 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 tristate "Frame Relay DLCI support" ---help--- diff --git a/drivers/net/wan/Makefile b/drivers/net/wan/Makefile index cec16818a130..19d14bc28356 100644 --- a/drivers/net/wan/Makefile +++ b/drivers/net/wan/Makefile @@ -41,6 +41,7 @@ obj-$(CONFIG_C101) += c101.o obj-$(CONFIG_WANXL) += wanxl.o obj-$(CONFIG_PCI200SYN) += pci200syn.o obj-$(CONFIG_PC300TOO) += pc300too.o +obj-$(CONFIG_IXP4XX_HSS) += ixp4xx_hss.o clean-files := wanxlfw.inc $(obj)/wanxl.o: $(obj)/wanxlfw.inc Reading git-diff-tree failed