Kconfig (f26e8817b235d8764363bffcc9cbfc61867371f2) Kconfig (cf4a7207b1cb4a3c3fe3aa11a83c9d673722a7f5)
1#
2# Library configuration
3#
4
5config BINARY_PRINTF
6 def_bool n
7
8menu "Library routines"

--- 443 unchanged lines hidden (view full) ---

452 bool
453
454#
455# Generic 64-bit atomic support is selected if needed
456#
457config GENERIC_ATOMIC64
458 bool
459
1#
2# Library configuration
3#
4
5config BINARY_PRINTF
6 def_bool n
7
8menu "Library routines"

--- 443 unchanged lines hidden (view full) ---

452 bool
453
454#
455# Generic 64-bit atomic support is selected if needed
456#
457config GENERIC_ATOMIC64
458 bool
459
460config ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE
461 def_bool y if GENERIC_ATOMIC64
462
463config LRU_CACHE
464 tristate
465
466config CLZ_TAB
467 bool
468
469config CORDIC
470 tristate "CORDIC algorithm"

--- 74 unchanged lines hidden (view full) ---

545
546config ARCH_HAS_MMIO_FLUSH
547 bool
548
549config STACKDEPOT
550 bool
551 select STACKTRACE
552
460config LRU_CACHE
461 tristate
462
463config CLZ_TAB
464 bool
465
466config CORDIC
467 tristate "CORDIC algorithm"

--- 74 unchanged lines hidden (view full) ---

542
543config ARCH_HAS_MMIO_FLUSH
544 bool
545
546config STACKDEPOT
547 bool
548 select STACKTRACE
549
550config SBITMAP
551 bool
552
553config PRIME_NUMBERS
554 tristate "Prime number generator"
555 default n
556 help
557 Provides a helper module to generate prime numbers. Useful for writing
558 test code, especially when checking multiplication and divison.
559
553endmenu
560endmenu