aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/sb105x/Kconfig
diff options
context:
space:
mode:
authorSteven Rostedt <srostedt@redhat.com>2012-11-16 09:28:49 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-11-16 06:58:09 -0800
commit68a81291ff6650f3ff409ebfc58ef97dfe85a2e4 (patch)
tree5be5a36b54bfe0fd5d83faca6e485a879a609b79 /drivers/staging/sb105x/Kconfig
parentARM: dts: enable dma support for auart0 in mx28 (diff)
downloadlinux-dev-68a81291ff6650f3ff409ebfc58ef97dfe85a2e4.tar.xz
linux-dev-68a81291ff6650f3ff409ebfc58ef97dfe85a2e4.zip
staging: Add SystemBase Multi-2/PCI driver
I ported the driver supplied by SystemBase to mainline. As the driver had MODULE_LICENSE("GPL") it is declared as a GPL module and thus I have the right to distribute it upstream. Note, I did the bare minimum to get it working. It still needs a lot of loving. Cc: hjchoi <hjchoi@sysbas.com> Signed-off-by: Steven Rostedt <rostedt@goodmis.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/sb105x/Kconfig')
-rw-r--r--drivers/staging/sb105x/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/staging/sb105x/Kconfig b/drivers/staging/sb105x/Kconfig
new file mode 100644
index 000000000000..ac87c5e38dee
--- /dev/null
+++ b/drivers/staging/sb105x/Kconfig
@@ -0,0 +1,9 @@
+config SB105X
+ tristate "SystemBase PCI Multiport UART"
+ select SERIAL_CORE
+ depends on PCI
+ help
+ A driver for the SystemBase Multi-2/PCI serial card
+
+ To compile this driver a module, choose M here: the module
+ will be called "sb105x".