Kconfig 2.0 KB

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