Kconfig (db1b39d8b860e3716620c225bc86e0ec41764e34) | Kconfig (ad241528c4919505afccb022acbab3eeb0db4d80) |
---|---|
1# 2# Library configuration 3# 4 5menu "Library routines" 6 7config BITREVERSE 8 tristate --- 27 unchanged lines hidden (view full) --- 36 default y 37 select BITREVERSE 38 help 39 This option is provided for the case where no in-kernel-tree 40 modules require CRC32 functions, but a module built outside the 41 kernel tree does. Such modules that use library CRC32 functions 42 require M here. 43 | 1# 2# Library configuration 3# 4 5menu "Library routines" 6 7config BITREVERSE 8 tristate --- 27 unchanged lines hidden (view full) --- 36 default y 37 select BITREVERSE 38 help 39 This option is provided for the case where no in-kernel-tree 40 modules require CRC32 functions, but a module built outside the 41 kernel tree does. Such modules that use library CRC32 functions 42 require M here. 43 |
44config CRC7 45 tristate "CRC7 functions" 46 help 47 This option is provided for the case where no in-kernel-tree 48 modules require CRC7 functions, but a module built outside 49 the kernel tree does. Such modules that use library CRC7 50 functions require M here. 51 |
|
44config LIBCRC32C 45 tristate "CRC32c (Castagnoli, et al) Cyclic Redundancy-Check" 46 help 47 This option is provided for the case where no in-kernel-tree 48 modules require CRC32c functions, but a module built outside the 49 kernel tree does. Such modules that use library CRC32c functions 50 require M here. See Castagnoli93. 51 Module will be libcrc32c. --- 82 unchanged lines hidden --- | 52config LIBCRC32C 53 tristate "CRC32c (Castagnoli, et al) Cyclic Redundancy-Check" 54 help 55 This option is provided for the case where no in-kernel-tree 56 modules require CRC32c functions, but a module built outside the 57 kernel tree does. Such modules that use library CRC32c functions 58 require M here. See Castagnoli93. 59 Module will be libcrc32c. --- 82 unchanged lines hidden --- |