Kconfig 2.1 KB

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