~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to drivers/isdn/capi/Kconfig

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
          standardized libcapi20 to access this functionality.  You should say
34
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
36
config ISDN_CAPI_CAPIDRV
52
37
        tristate "CAPI2.0 capidrv interface support"
53
38
        depends on ISDN_I4L