diff options
author | Jan Kiszka <jan.kiszka@web.de> | 2010-02-08 05:12:44 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-02-16 19:01:36 -0500 |
commit | 79e95f4717767e9ddc4dbec5d778f0c9970eed34 (patch) | |
tree | d3448f1f5936017823576cbfd459b5cd8ce34244 | |
parent | c6af0437941c92179eeb51579f19423eacc5516c (diff) |
CAPI: Schedule capifs for removal
With dynamic TTY nodes and the help of udev, we no longer need this
special filesystem. Schedule it for removal in one year from now.
As a last duty to this feature, move its help to right option so that
users can read the rationale.
Signed-off-by: Jan Kiszka <jan.kiszka@web.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | Documentation/feature-removal-schedule.txt | 10 | ||||
-rw-r--r-- | drivers/isdn/capi/Kconfig | 13 |
2 files changed, 17 insertions, 6 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt index 2f93ac06c414..721a2aa80a1d 100644 --- a/Documentation/feature-removal-schedule.txt +++ b/Documentation/feature-removal-schedule.txt | |||
@@ -521,3 +521,13 @@ Why: Duplicate functionality with the gspca_zc3xx driver, zc0301 only | |||
521 | sensors) wich are also supported by the gspca_zc3xx driver | 521 | sensors) wich are also supported by the gspca_zc3xx driver |
522 | (which supports 53 USB-ID's in total) | 522 | (which supports 53 USB-ID's in total) |
523 | Who: Hans de Goede <hdegoede@redhat.com> | 523 | Who: Hans de Goede <hdegoede@redhat.com> |
524 | |||
525 | ---------------------------- | ||
526 | |||
527 | What: capifs | ||
528 | When: February 2011 | ||
529 | Files: drivers/isdn/capi/capifs.* | ||
530 | Why: udev fully replaces this special file system that only contains CAPI | ||
531 | NCCI TTY device nodes. User space (pppdcapiplugin) works without | ||
532 | noticing the difference. | ||
533 | Who: Jan Kiszka <jan.kiszka@web.de> | ||
diff --git a/drivers/isdn/capi/Kconfig b/drivers/isdn/capi/Kconfig index b2a04755c96a..d607d465786e 100644 --- a/drivers/isdn/capi/Kconfig +++ b/drivers/isdn/capi/Kconfig | |||
@@ -35,18 +35,19 @@ config ISDN_CAPI_CAPI20 | |||
35 | Y/M here. | 35 | Y/M here. |
36 | 36 | ||
37 | config ISDN_CAPI_CAPIFS_BOOL | 37 | config ISDN_CAPI_CAPIFS_BOOL |
38 | bool "CAPI2.0 filesystem support" | 38 | bool "CAPI2.0 filesystem support (DEPRECATED)" |
39 | depends on ISDN_CAPI_MIDDLEWARE && ISDN_CAPI_CAPI20 | 39 | depends on ISDN_CAPI_MIDDLEWARE && ISDN_CAPI_CAPI20 |
40 | help | ||
41 | This option provides a special file system, similar to /dev/pts with | ||
42 | device nodes for the special ttys established by using the | ||
43 | middleware extension above. | ||
44 | You no longer need this, udev fully replaces it. This feature is | ||
45 | scheduled for removal. | ||
40 | 46 | ||
41 | config ISDN_CAPI_CAPIFS | 47 | config ISDN_CAPI_CAPIFS |
42 | tristate | 48 | tristate |
43 | depends on ISDN_CAPI_CAPIFS_BOOL | 49 | depends on ISDN_CAPI_CAPIFS_BOOL |
44 | default ISDN_CAPI_CAPI20 | 50 | default ISDN_CAPI_CAPI20 |
45 | help | ||
46 | This option provides a special file system, similar to /dev/pts with | ||
47 | device nodes for the special ttys established by using the | ||
48 | middleware extension above. If you want to use pppd with | ||
49 | pppdcapiplugin to dial up to your ISP, say Y here. | ||
50 | 51 | ||
51 | config ISDN_CAPI_CAPIDRV | 52 | config ISDN_CAPI_CAPIDRV |
52 | tristate "CAPI2.0 capidrv interface support" | 53 | tristate "CAPI2.0 capidrv interface support" |