Kconfig (36d99df2fb474222ab47fbe8ae7385661033223b) | Kconfig (19870def587554c4055df3e74a21508e3647fb7e) |
---|---|
1# 2# Library configuration 3# 4 5menu "Library routines" 6 7config BITREVERSE 8 tristate 9 | 1# 2# Library configuration 3# 4 5menu "Library routines" 6 7config BITREVERSE 8 tristate 9 |
10config GENERIC_FIND_FIRST_BIT 11 def_bool n 12 13config GENERIC_FIND_NEXT_BIT 14 def_bool n 15 |
|
10config CRC_CCITT 11 tristate "CRC-CCITT functions" 12 help 13 This option is provided for the case where no in-kernel-tree 14 modules require CRC-CCITT functions, but a module built outside 15 the kernel tree does. Such modules that use library CRC-CCITT 16 functions require M here. 17 --- 130 unchanged lines hidden --- | 16config CRC_CCITT 17 tristate "CRC-CCITT functions" 18 help 19 This option is provided for the case where no in-kernel-tree 20 modules require CRC-CCITT functions, but a module built outside 21 the kernel tree does. Such modules that use library CRC-CCITT 22 functions require M here. 23 --- 130 unchanged lines hidden --- |