Kconfig (287dc4b7642df15fa6b9f286c812e79138acd698) | Kconfig (7463449b8287162454d7e00bf7fd2c64f72c1dc8) |
---|---|
1# 2# Library configuration 3# 4 5config BINARY_PRINTF 6 def_bool n 7 8menu "Library routines" --- 326 unchanged lines hidden (view full) --- 335 bool 336 337# 338# Generic 64-bit atomic support is selected if needed 339# 340config GENERIC_ATOMIC64 341 bool 342 | 1# 2# Library configuration 3# 4 5config BINARY_PRINTF 6 def_bool n 7 8menu "Library routines" --- 326 unchanged lines hidden (view full) --- 335 bool 336 337# 338# Generic 64-bit atomic support is selected if needed 339# 340config GENERIC_ATOMIC64 341 bool 342 |
343config ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE 344 def_bool y if GENERIC_ATOMIC64 345 |
|
343config LRU_CACHE 344 tristate 345 346config AVERAGE 347 bool "Averaging functions" 348 help 349 This option is provided for the case where no in-kernel-tree 350 modules require averaging functions, but a module built outside --- 31 unchanged lines hidden (view full) --- 382 tristate 383 depends on KEYS && CRYPTO 384 select CRYPTO_SHA1 385 select MPILIB 386 help 387 Digital signature verification. Currently only RSA is supported. 388 Implementation is done using GnuPG MPI library 389 | 346config LRU_CACHE 347 tristate 348 349config AVERAGE 350 bool "Averaging functions" 351 help 352 This option is provided for the case where no in-kernel-tree 353 modules require averaging functions, but a module built outside --- 31 unchanged lines hidden (view full) --- 385 tristate 386 depends on KEYS && CRYPTO 387 select CRYPTO_SHA1 388 select MPILIB 389 help 390 Digital signature verification. Currently only RSA is supported. 391 Implementation is done using GnuPG MPI library 392 |
390# 391# libfdt files, only selected if needed. 392# 393config LIBFDT 394 bool 395 | |
396endmenu | 393endmenu |