Kconfig 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. config CAPI_TRACE
  2. bool "CAPI trace support"
  3. default y
  4. help
  5. If you say Y here, the kernelcapi driver can make verbose traces
  6. of CAPI messages. This feature can be enabled/disabled via IOCTL for
  7. every controller (default disabled).
  8. This will increase the size of the kernelcapi module by 20 KB.
  9. If unsure, say Y.
  10. config ISDN_CAPI_CAPI20
  11. tristate "CAPI2.0 /dev/capi20 support"
  12. help
  13. This option will provide the CAPI 2.0 interface to userspace
  14. applications via /dev/capi20. Applications should use the
  15. standardized libcapi20 to access this functionality. You should say
  16. Y/M here.
  17. config ISDN_CAPI_MIDDLEWARE
  18. bool "CAPI2.0 Middleware support"
  19. depends on ISDN_CAPI_CAPI20 && TTY
  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_CAPIDRV
  27. tristate "CAPI2.0 capidrv interface support"
  28. depends on ISDN_I4L
  29. help
  30. This option provides the glue code to hook up CAPI driven cards to
  31. the legacy isdn4linux link layer. If you have a card which is
  32. supported by a CAPI driver, but still want to use old features like
  33. ippp interfaces or ttyI emulation, say Y/M here.
  34. config ISDN_CAPI_CAPIDRV_VERBOSE
  35. bool "Verbose reason code reporting"
  36. depends on ISDN_CAPI_CAPIDRV
  37. help
  38. If you say Y here, the capidrv interface will give verbose reasons
  39. for disconnecting. This will increase the size of the kernel by 7 KB.
  40. If unsure, say N.