diff options
author | Jan Kiszka <jan.kiszka@web.de> | 2011-04-06 06:58:37 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-04-06 17:43:33 -0400 |
commit | 1f90d6657c1ce2eaa4c7fbd1fb36738542f2b650 (patch) | |
tree | 52275221913718105e90b6a12e22c3367fd1696f /drivers/isdn/capi/Kconfig | |
parent | 17938a6983d634a909d9779143a8dc2922720de5 (diff) |
capi: Perform scheduled capifs removal
udev fully replaces this special file system that only contains CAPI
NCCI TTY device nodes. User space (pppdcapiplugin) works without
noticing the difference.
Signed-off-by: Jan Kiszka <jan.kiszka@web.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/isdn/capi/Kconfig')
-rw-r--r-- | drivers/isdn/capi/Kconfig | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/drivers/isdn/capi/Kconfig b/drivers/isdn/capi/Kconfig index a168e8a891be..15c3ffd9d860 100644 --- a/drivers/isdn/capi/Kconfig +++ b/drivers/isdn/capi/Kconfig | |||
@@ -33,21 +33,6 @@ config ISDN_CAPI_CAPI20 | |||
33 | standardized libcapi20 to access this functionality. You should say | 33 | standardized libcapi20 to access this functionality. You should say |
34 | Y/M here. | 34 | Y/M here. |
35 | 35 | ||
36 | config ISDN_CAPI_CAPIFS_BOOL | ||
37 | bool "CAPI2.0 filesystem support (DEPRECATED)" | ||
38 | depends on ISDN_CAPI_MIDDLEWARE && ISDN_CAPI_CAPI20 | ||
39 | help | ||
40 | This option provides a special file system, similar to /dev/pts with | ||
41 | device nodes for the special ttys established by using the | ||
42 | middleware extension above. | ||
43 | You no longer need this, udev fully replaces it. This feature is | ||
44 | scheduled for removal. | ||
45 | |||
46 | config ISDN_CAPI_CAPIFS | ||
47 | tristate | ||
48 | depends on ISDN_CAPI_CAPIFS_BOOL | ||
49 | default ISDN_CAPI_CAPI20 | ||
50 | |||
51 | config ISDN_CAPI_CAPIDRV | 36 | config ISDN_CAPI_CAPIDRV |
52 | tristate "CAPI2.0 capidrv interface support" | 37 | tristate "CAPI2.0 capidrv interface support" |
53 | depends on ISDN_I4L | 38 | depends on ISDN_I4L |