Add mISDN driver
authorKarsten Keil <kkeil@suse.de>
Sat, 26 Jul 2008 16:52:11 +0000 (18:52 +0200)
committerKarsten Keil <kkeil@suse.de>
Sat, 26 Jul 2008 23:46:33 +0000 (01:46 +0200)
mISDN is a new modular ISDN driver, in the long term it should replace
the old I4L driver architecture for passiv ISDN cards.

Signed-off-by: Karsten Keil <kkeil@suse.de>
Documentation/isdn/README.mISDN [new file with mode: 0644]
drivers/isdn/Kconfig
drivers/isdn/Makefile
drivers/isdn/hardware/Makefile

diff --git a/Documentation/isdn/README.mISDN b/Documentation/isdn/README.mISDN
new file mode 100644 (file)
index 0000000..cd8bf92
--- /dev/null
@@ -0,0 +1,6 @@
+mISDN is a new modular ISDN driver, in the long term it should replace
+the old I4L driver architecture for passiv ISDN cards.
+It was designed to allow a broad range of applications and interfaces
+but only have the basic function in kernel, the interface to the user
+space is based on sockets with a own address family AF_ISDN.
+
index 66f946aa30b3fb0830b8a858e0ef91d9a47cfd73..3d113c6e4a703242e32c0d9f57cc09be29516690 100644 (file)
@@ -3,7 +3,7 @@
 #
 
 menuconfig ISDN
-       tristate "ISDN support"
+       bool "ISDN support"
        depends on NET
        depends on !S390
        ---help---
@@ -21,6 +21,8 @@ menuconfig ISDN
 
 if ISDN
 
+source "drivers/isdn/mISDN/Kconfig"
+
 menuconfig ISDN_I4L
        tristate "Old ISDN4Linux (deprecated)"
        ---help---
index 988142c30a6d374c4db55b0d041bc30932ed0db6..8380a4568d11dda17aa5c0b92839a8ab334e5dbf 100644 (file)
@@ -4,6 +4,7 @@
 
 obj-$(CONFIG_ISDN_I4L)                 += i4l/
 obj-$(CONFIG_ISDN_CAPI)                        += capi/
+obj-$(CONFIG_MISDN)                    += mISDN/
 obj-$(CONFIG_ISDN_CAPI)                        += hardware/
 obj-$(CONFIG_ISDN_DIVERSION)           += divert/
 obj-$(CONFIG_ISDN_DRV_HISAX)           += hisax/
index 11c8a183948c60cddf556602b60c1c032bd2dc09..a5d8fce4c4c496acec316ddea08431a4ec274ebb 100644 (file)
@@ -4,3 +4,4 @@
 
 obj-$(CONFIG_CAPI_AVM)         += avm/
 obj-$(CONFIG_CAPI_EICON)       += eicon/
+obj-$(CONFIG_MISDN)            += mISDN/