Kconfig (7ae383be81781c5e1347f71c3eb0d53ce5188200) | Kconfig (2da572c959dd5815aef153cf62010b16a498a0d3) |
---|---|
1# 2# Library configuration 3# 4 5config BINARY_PRINTF 6 def_bool n 7 8menu "Library routines" --- 4 unchanged lines hidden (view full) --- 13config BITREVERSE 14 tristate 15 16config HAVE_ARCH_BITREVERSE 17 bool 18 default n 19 depends on BITREVERSE 20 help | 1# 2# Library configuration 3# 4 5config BINARY_PRINTF 6 def_bool n 7 8menu "Library routines" --- 4 unchanged lines hidden (view full) --- 13config BITREVERSE 14 tristate 15 16config HAVE_ARCH_BITREVERSE 17 bool 18 default n 19 depends on BITREVERSE 20 help |
21 This option enables the use of hardware bit-reversal instructions on 22 architectures which support such operations. | 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. |
23 24config RATIONAL 25 bool 26 27config GENERIC_STRNCPY_FROM_USER 28 bool 29 30config GENERIC_STRNLEN_USER --- 176 unchanged lines hidden (view full) --- 207 default n 208 help 209 This option enables the 32 bit PRNG library functions to perform a 210 self test on initialization. 211 212# 213# compression support is select'ed if needed 214# | 24 25config RATIONAL 26 bool 27 28config GENERIC_STRNCPY_FROM_USER 29 bool 30 31config GENERIC_STRNLEN_USER --- 176 unchanged lines hidden (view full) --- 208 default n 209 help 210 This option enables the 32 bit PRNG library functions to perform a 211 self test on initialization. 212 213# 214# compression support is select'ed if needed 215# |
216config 842_COMPRESS 217 tristate 218 219config 842_DECOMPRESS 220 tristate 221 |
|
215config ZLIB_INFLATE 216 tristate 217 218config ZLIB_DEFLATE 219 tristate 220 221config LZO_COMPRESS 222 tristate --- 168 unchanged lines hidden (view full) --- 391 392config CPUMASK_OFFSTACK 393 bool "Force CPU masks off stack" if DEBUG_PER_CPU_MAPS 394 help 395 Use dynamic allocation for cpumask_var_t, instead of putting 396 them on the stack. This is a bit more expensive, but avoids 397 stack overflow. 398 | 222config ZLIB_INFLATE 223 tristate 224 225config ZLIB_DEFLATE 226 tristate 227 228config LZO_COMPRESS 229 tristate --- 168 unchanged lines hidden (view full) --- 398 399config CPUMASK_OFFSTACK 400 bool "Force CPU masks off stack" if DEBUG_PER_CPU_MAPS 401 help 402 Use dynamic allocation for cpumask_var_t, instead of putting 403 them on the stack. This is a bit more expensive, but avoids 404 stack overflow. 405 |
406config DISABLE_OBSOLETE_CPUMASK_FUNCTIONS 407 bool "Disable obsolete cpumask functions" if DEBUG_PER_CPU_MAPS 408 depends on BROKEN 409 |
|
399config CPU_RMAP 400 bool 401 depends on SMP 402 403config DQL 404 bool 405 406config GLOB --- 119 unchanged lines hidden --- | 410config CPU_RMAP 411 bool 412 depends on SMP 413 414config DQL 415 bool 416 417config GLOB --- 119 unchanged lines hidden --- |