Config.in.lib 982 B

12345678910111213141516171819202122232425262728293031323334353637
  1. menu "Kernel Library Routines"
  2. config ADK_KERNEL_CRC_ITU_T
  3. prompt "CRC ITU-T V.41 functions"
  4. tristate
  5. default n
  6. help
  7. This option is provided for the case where no in-kernel-tree
  8. modules require CRC ITU-T V.41 functions, but a module built outside
  9. the kernel tree does. Such modules that use library CRC ITU-T V.41
  10. functions require M here.
  11. config ADK_KERNEL_CRC16
  12. prompt "CRC16 library functions"
  13. tristate
  14. default n
  15. help
  16. config ADK_KERNEL_LIBCRC32C
  17. prompt "CRC32c Cyclic Redundancy-Check"
  18. tristate
  19. default n
  20. help
  21. This option is provided for the case where no in-kernel-tree
  22. modules require CRC32c functions, but a module built outside the
  23. kernel tree does. Such modules that use library CRC32c functions
  24. require M here. See Castagnoli93.
  25. config ADK_KERNEL_CRC_CCITT
  26. prompt "CRC-CCITT library functions"
  27. tristate
  28. default n
  29. help
  30. This module provides CRC-CCITT library functions for kernel
  31. modules built outside the kernel.
  32. endmenu