Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Add mISDN driver

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>

+11 -1
+6
Documentation/isdn/README.mISDN
··· 1 + mISDN is a new modular ISDN driver, in the long term it should replace 2 + the old I4L driver architecture for passiv ISDN cards. 3 + It was designed to allow a broad range of applications and interfaces 4 + but only have the basic function in kernel, the interface to the user 5 + space is based on sockets with a own address family AF_ISDN. 6 +
+3 -1
drivers/isdn/Kconfig
··· 3 3 # 4 4 5 5 menuconfig ISDN 6 - tristate "ISDN support" 6 + bool "ISDN support" 7 7 depends on NET 8 8 depends on !S390 9 9 ---help--- ··· 20 20 Select this option if you want your kernel to support ISDN. 21 21 22 22 if ISDN 23 + 24 + source "drivers/isdn/mISDN/Kconfig" 23 25 24 26 menuconfig ISDN_I4L 25 27 tristate "Old ISDN4Linux (deprecated)"
+1
drivers/isdn/Makefile
··· 4 4 5 5 obj-$(CONFIG_ISDN_I4L) += i4l/ 6 6 obj-$(CONFIG_ISDN_CAPI) += capi/ 7 + obj-$(CONFIG_MISDN) += mISDN/ 7 8 obj-$(CONFIG_ISDN_CAPI) += hardware/ 8 9 obj-$(CONFIG_ISDN_DIVERSION) += divert/ 9 10 obj-$(CONFIG_ISDN_DRV_HISAX) += hisax/
+1
drivers/isdn/hardware/Makefile
··· 4 4 5 5 obj-$(CONFIG_CAPI_AVM) += avm/ 6 6 obj-$(CONFIG_CAPI_EICON) += eicon/ 7 + obj-$(CONFIG_MISDN) += mISDN/