Kconfig 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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"
  19. help
  20. This option will enhance the capabilities of the /dev/capi20
  21. interface. It will provide a means of moving a data connection,
  22. established via the usual /dev/capi20 interface to a special tty
  23. device. If you want to use pppd with pppdcapiplugin to dial up to
  24. your ISP, say Y here.
  25. config ISDN_CAPI_CAPI20
  26. tristate "CAPI2.0 /dev/capi support"
  27. help
  28. This option will provide the CAPI 2.0 interface to userspace
  29. applications via /dev/capi20. Applications should use the
  30. standardized libcapi20 to access this functionality. You should say
  31. Y/M here.
  32. config ISDN_CAPI_CAPIDRV
  33. tristate "CAPI2.0 capidrv interface support"
  34. depends on ISDN_I4L
  35. help
  36. This option provides the glue code to hook up CAPI driven cards to
  37. the legacy isdn4linux link layer. If you have a card which is
  38. supported by a CAPI driver, but still want to use old features like
  39. ippp interfaces or ttyI emulation, say Y/M here.