Kconfig (a02001086bbfb4da35d1228bebc2f1b442db455f) | Kconfig (556d2f055bf6d79ce81587dfe774d4dd10da473f) |
---|---|
1# 2# Library configuration 3# 4 5config BINARY_PRINTF 6 def_bool n 7 8menu "Library routines" 9 10config RAID6_PQ 11 tristate 12 13config BITREVERSE 14 tristate 15 | 1# 2# Library configuration 3# 4 5config BINARY_PRINTF 6 def_bool n 7 8menu "Library routines" 9 10config RAID6_PQ 11 tristate 12 13config BITREVERSE 14 tristate 15 |
16config HAVE_ARCH_BITREVERSE 17 boolean 18 default n 19 depends on BITREVERSE 20 help 21 This option provides an config for the architecture which have instruction 22 can do bitreverse operation, we use the hardware instruction if the architecture 23 have this capability. 24 |
|
16config RATIONAL 17 boolean 18 19config GENERIC_STRNCPY_FROM_USER 20 bool 21 22config GENERIC_STRNLEN_USER 23 bool --- 498 unchanged lines hidden --- | 25config RATIONAL 26 boolean 27 28config GENERIC_STRNCPY_FROM_USER 29 bool 30 31config GENERIC_STRNLEN_USER 32 bool --- 498 unchanged lines hidden --- |