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

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

554 def_bool n
555
556config ARCH_HAS_PMEM_API
557 bool
558
559config ARCH_HAS_UACCESS_FLUSHCACHE
560 bool
561
1#
2# Library configuration
3#
4
5config BINARY_PRINTF
6 def_bool n
7
8menu "Library routines"

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

554 def_bool n
555
556config ARCH_HAS_PMEM_API
557 bool
558
559config ARCH_HAS_UACCESS_FLUSHCACHE
560 bool
561
562config ARCH_HAS_MMIO_FLUSH
563 bool
564
562config STACKDEPOT
563 bool
564 select STACKTRACE
565
566config SBITMAP
567 bool
568
569config PARMAN
570 tristate "parman" if COMPILE_TEST
571
572config PRIME_NUMBERS
573 tristate
574
565config STACKDEPOT
566 bool
567 select STACKTRACE
568
569config SBITMAP
570 bool
571
572config PARMAN
573 tristate "parman" if COMPILE_TEST
574
575config PRIME_NUMBERS
576 tristate
577
578config STRING_SELFTEST
579 bool "Test string functions"
580
575endmenu
581endmenu