Kconfig 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. #
  2. # Config.in for the CAPI subsystem
  3. #
  4. config ISDN_DRV_AVMB1_VERBOSE_REASON
  5. bool "Verbose reason code reporting (kernel size +=7K)"
  6. depends on ISDN_CAPI
  7. help
  8. If you say Y here, the AVM B1 driver 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 ISDN_CAPI_MIDDLEWARE
  12. bool "CAPI2.0 Middleware support (EXPERIMENTAL)"
  13. depends on ISDN_CAPI && EXPERIMENTAL
  14. help
  15. This option will enhance the capabilities of the /dev/capi20
  16. interface. It will provide a means of moving a data connection,
  17. established via the usual /dev/capi20 interface to a special tty
  18. device. If you want to use pppd with pppdcapiplugin to dial up to
  19. your ISP, say Y here.
  20. config ISDN_CAPI_CAPI20
  21. tristate "CAPI2.0 /dev/capi support"
  22. depends on ISDN_CAPI
  23. help
  24. This option will provide the CAPI 2.0 interface to userspace
  25. applications via /dev/capi20. Applications should use the
  26. standardized libcapi20 to access this functionality. You should say
  27. Y/M here.
  28. config ISDN_CAPI_CAPIFS_BOOL
  29. bool "CAPI2.0 filesystem support"
  30. depends on ISDN_CAPI_MIDDLEWARE && ISDN_CAPI_CAPI20
  31. config ISDN_CAPI_CAPIFS
  32. tristate
  33. depends on ISDN_CAPI_CAPIFS_BOOL
  34. default ISDN_CAPI_CAPI20
  35. help
  36. This option provides a special file system, similar to /dev/pts with
  37. device nodes for the special ttys established by using the
  38. middleware extension above. If you want to use pppd with
  39. pppdcapiplugin to dial up to your ISP, say Y here.
  40. config ISDN_CAPI_CAPIDRV
  41. tristate "CAPI2.0 capidrv interface support"
  42. depends on ISDN_CAPI && ISDN_I4L
  43. help
  44. This option provides the glue code to hook up CAPI driven cards to
  45. the legacy isdn4linux link layer. If you have a card which is
  46. supported by a CAPI driver, but still want to use old features like
  47. ippp interfaces or ttyI emulation, say Y/M here.