diff options
| author | Karsten Keil <kkeil@suse.de> | 2008-07-26 12:52:11 -0400 |
|---|---|---|
| committer | Karsten Keil <kkeil@suse.de> | 2008-07-26 19:46:33 -0400 |
| commit | e4ac9bc1f6686dcb8c34e2756aa93cc9546fa6ae (patch) | |
| tree | f61c5487c54ce0c6633cb088e81bcec2b7ccc20b | |
| parent | a048d3aff8b828b6c0fa7ddd90a531248ab4e0f9 (diff) | |
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>
| -rw-r--r-- | Documentation/isdn/README.mISDN | 6 | ||||
| -rw-r--r-- | drivers/isdn/Kconfig | 4 | ||||
| -rw-r--r-- | drivers/isdn/Makefile | 1 | ||||
| -rw-r--r-- | drivers/isdn/hardware/Makefile | 1 |
4 files changed, 11 insertions, 1 deletions
diff --git a/Documentation/isdn/README.mISDN b/Documentation/isdn/README.mISDN new file mode 100644 index 000000000000..cd8bf920e77b --- /dev/null +++ b/Documentation/isdn/README.mISDN | |||
| @@ -0,0 +1,6 @@ | |||
| 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 | |||
diff --git a/drivers/isdn/Kconfig b/drivers/isdn/Kconfig index 66f946aa30b3..3d113c6e4a70 100644 --- a/drivers/isdn/Kconfig +++ b/drivers/isdn/Kconfig | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | # | 3 | # |
| 4 | 4 | ||
| 5 | menuconfig ISDN | 5 | menuconfig ISDN |
| 6 | tristate "ISDN support" | 6 | bool "ISDN support" |
| 7 | depends on NET | 7 | depends on NET |
| 8 | depends on !S390 | 8 | depends on !S390 |
| 9 | ---help--- | 9 | ---help--- |
| @@ -21,6 +21,8 @@ menuconfig ISDN | |||
| 21 | 21 | ||
| 22 | if ISDN | 22 | if ISDN |
| 23 | 23 | ||
| 24 | source "drivers/isdn/mISDN/Kconfig" | ||
| 25 | |||
| 24 | menuconfig ISDN_I4L | 26 | menuconfig ISDN_I4L |
| 25 | tristate "Old ISDN4Linux (deprecated)" | 27 | tristate "Old ISDN4Linux (deprecated)" |
| 26 | ---help--- | 28 | ---help--- |
diff --git a/drivers/isdn/Makefile b/drivers/isdn/Makefile index 988142c30a6d..8380a4568d11 100644 --- a/drivers/isdn/Makefile +++ b/drivers/isdn/Makefile | |||
| @@ -4,6 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | obj-$(CONFIG_ISDN_I4L) += i4l/ | 5 | obj-$(CONFIG_ISDN_I4L) += i4l/ |
| 6 | obj-$(CONFIG_ISDN_CAPI) += capi/ | 6 | obj-$(CONFIG_ISDN_CAPI) += capi/ |
| 7 | obj-$(CONFIG_MISDN) += mISDN/ | ||
| 7 | obj-$(CONFIG_ISDN_CAPI) += hardware/ | 8 | obj-$(CONFIG_ISDN_CAPI) += hardware/ |
| 8 | obj-$(CONFIG_ISDN_DIVERSION) += divert/ | 9 | obj-$(CONFIG_ISDN_DIVERSION) += divert/ |
| 9 | obj-$(CONFIG_ISDN_DRV_HISAX) += hisax/ | 10 | obj-$(CONFIG_ISDN_DRV_HISAX) += hisax/ |
diff --git a/drivers/isdn/hardware/Makefile b/drivers/isdn/hardware/Makefile index 11c8a183948c..a5d8fce4c4c4 100644 --- a/drivers/isdn/hardware/Makefile +++ b/drivers/isdn/hardware/Makefile | |||
| @@ -4,3 +4,4 @@ | |||
| 4 | 4 | ||
| 5 | obj-$(CONFIG_CAPI_AVM) += avm/ | 5 | obj-$(CONFIG_CAPI_AVM) += avm/ |
| 6 | obj-$(CONFIG_CAPI_EICON) += eicon/ | 6 | obj-$(CONFIG_CAPI_EICON) += eicon/ |
| 7 | obj-$(CONFIG_MISDN) += mISDN/ | ||
