summaryrefslogtreecommitdiffstats
path: root/drivers/staging/sbe-2t3e3/Kconfig
diff options
context:
space:
mode:
authorKrzysztof Halasa2010-08-12 23:14:07 +0200
committerGreg Kroah-Hartman2010-08-31 02:36:50 +0200
commit921a86e0e306e42452e16894f2cc792659ede16b (patch)
tree3c3709b0ad5c9a324db7a56530675b9d9f2198c1 /drivers/staging/sbe-2t3e3/Kconfig
parentStaging: westbridge: mark BROKEN as it doesn't currently build properly (diff)
downloadkernel-qcow2-linux-921a86e0e306e42452e16894f2cc792659ede16b.tar.gz
kernel-qcow2-linux-921a86e0e306e42452e16894f2cc792659ede16b.tar.xz
kernel-qcow2-linux-921a86e0e306e42452e16894f2cc792659ede16b.zip
Staging: Add SBE 2T3E3 WAN driver
This is a driver for SBE Inc.'s dual port T3/E3 WAN cards. Based on their original GPLed driver. The original driver tarball is now accessible at http://userweb.kernel.org/~chris/SBE_2T3_Linux_2.0c.tgz It needs at least a new generic HDLC setup code (not yet written) before moving to drivers/net/wan. Signed-off-by: Krzysztof HaƂasa <khc@pm.waw.pl> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/sbe-2t3e3/Kconfig')
-rw-r--r--drivers/staging/sbe-2t3e3/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/staging/sbe-2t3e3/Kconfig b/drivers/staging/sbe-2t3e3/Kconfig
new file mode 100644
index 000000000000..8ec86cfc6bf8
--- /dev/null
+++ b/drivers/staging/sbe-2t3e3/Kconfig
@@ -0,0 +1,13 @@
+config SBE_2T3E3
+ tristate "SBE wanPMC-2T3E3 support"
+ depends on HDLC && PCI
+ help
+ Driver for wanPMC-2T3E3 cards by SBE Inc.
+
+ If you have such a card, say Y here and see
+ <http://www.kernel.org/pub/linux/utils/net/hdlc/>.
+
+ To compile this as a module, choose M here: the
+ module will be called sbe-2t3e3.
+
+ If unsure, say N.