Kconfig (190c3ee06a0f0660839785b7ad8a830e832d9481) Kconfig (64a577196d66b44e37384bc5c4d78c61f59d5b2a)
1#
2# Library configuration
3#
4
5config BINARY_PRINTF
6 def_bool n
7
8menu "Library routines"

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

545
546config STACKDEPOT
547 bool
548 select STACKTRACE
549
550config SBITMAP
551 bool
552
1#
2# Library configuration
3#
4
5config BINARY_PRINTF
6 def_bool n
7
8menu "Library routines"

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

545
546config STACKDEPOT
547 bool
548 select STACKTRACE
549
550config SBITMAP
551 bool
552
553config PARMAN
553config PRIME_NUMBERS
554 tristate
554 tristate
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.
555
556endmenu
559
560endmenu