Kconfig 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. #
  2. # Config.in for the CAPI subsystem
  3. #
  4. config ISDN_DRV_AVMB1_VERBOSE_REASON
  5. bool "Verbose reason code reporting"
  6. depends on ISDN_CAPI
  7. default y
  8. help
  9. If you say Y here, the CAPI drivers will give verbose reasons for
  10. disconnecting. This will increase the size of the kernel by 7 KB. If
  11. unsure, say Y.
  12. config CAPI_TRACE
  13. bool "CAPI trace support"
  14. depends on ISDN_CAPI
  15. default y
  16. help
  17. If you say Y here, the kernelcapi driver can make verbose traces
  18. of CAPI messages. This feature can be enabled/disabled via IOCTL for
  19. every controller (default disabled).
  20. This will increase the size of the kernelcapi module by 20 KB.
  21. If unsure, say Y.
  22. config ISDN_CAPI_MIDDLEWARE
  23. bool "CAPI2.0 Middleware support (EXPERIMENTAL)"
  24. depends on ISDN_CAPI && EXPERIMENTAL
  25. help
  26. This option will enhance the capabilities of the /dev/capi20
  27. interface. It will provide a means of moving a data connection,
  28. established via the usual /dev/capi20 interface to a special tty
  29. device. If you want to use pppd with pppdcapiplugin to dial up to
  30. your ISP, say Y here.
  31. config ISDN_CAPI_CAPI20
  32. tristate "CAPI2.0 /dev/capi support"
  33. depends on ISDN_CAPI
  34. help
  35. This option will provide the CAPI 2.0 interface to userspace
  36. applications via /dev/capi20. Applications should use the
  37. standardized libcapi20 to access this functionality. You should say
  38. Y/M here.
  39. config ISDN_CAPI_CAPIFS_BOOL
  40. bool "CAPI2.0 filesystem support"
  41. depends on ISDN_CAPI_MIDDLEWARE && ISDN_CAPI_CAPI20
  42. config ISDN_CAPI_CAPIFS
  43. tristate
  44. depends on ISDN_CAPI_CAPIFS_BOOL
  45. default ISDN_CAPI_CAPI20
  46. help
  47. This option provides a special file system, similar to /dev/pts with
  48. device nodes for the special ttys established by using the
  49. middleware extension above. If you want to use pppd with
  50. pppdcapiplugin to dial up to your ISP, say Y here.
  51. config ISDN_CAPI_CAPIDRV
  52. tristate "CAPI2.0 capidrv interface support"
  53. depends on ISDN_CAPI && ISDN_I4L
  54. help
  55. This option provides the glue code to hook up CAPI driven cards to
  56. the legacy isdn4linux link layer. If you have a card which is
  57. supported by a CAPI driver, but still want to use old features like
  58. ippp interfaces or ttyI emulation, say Y/M here.