| tristate "CRC-CCITT functions" |
| This option is provided for the case where no in-kernel-tree |
| modules require CRC-CCITT functions, but a module built outside |
| the kernel tree does. Such modules that use library CRC-CCITT |
| functions require M here. |
| tristate "CRC32 functions" |
| This option is provided for the case where no in-kernel-tree |
| modules require CRC32 functions, but a module built outside the |
| kernel tree does. Such modules that use library CRC32 functions |
| tristate "CRC32c (Castagnoli, et al) Cyclic Redundancy-Check" |
| This option is provided for the case where no in-kernel-tree |
| modules require CRC32c functions, but a module built outside the |
| kernel tree does. Such modules that use library CRC32c functions |
| require M here. See Castagnoli93. |
| Module will be libcrc32c. |
| # compression support is select'ed if needed |
| # reed solomon support is select'ed if needed |
| config REED_SOLOMON_ENC16 |
| config REED_SOLOMON_DEC16 |