Kconfig (93fbff1197474d7b65e598c6f48fa82a5c334539) | Kconfig (7033b937e21b12629d920e7864c20c46bc4ccf39) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Library configuration 4# 5 6config BINARY_PRINTF 7 def_bool n 8 --- 113 unchanged lines hidden (view full) --- 122 bool "Register read/write tracing" 123 depends on TRACING && ARCH_HAVE_TRACE_MMIO_ACCESS 124 help 125 Create tracepoints for MMIO read/write operations. These trace events 126 can be used for logging all MMIO read/write operations. 127 128source "lib/crypto/Kconfig" 129 | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Library configuration 4# 5 6config BINARY_PRINTF 7 def_bool n 8 --- 113 unchanged lines hidden (view full) --- 122 bool "Register read/write tracing" 123 depends on TRACING && ARCH_HAVE_TRACE_MMIO_ACCESS 124 help 125 Create tracepoints for MMIO read/write operations. These trace events 126 can be used for logging all MMIO read/write operations. 127 128source "lib/crypto/Kconfig" 129 |
130config LIB_MEMNEQ 131 bool 132 | |
133config CRC_CCITT 134 tristate "CRC-CCITT functions" 135 help 136 This option is provided for the case where no in-kernel-tree 137 modules require CRC-CCITT functions, but a module built outside 138 the kernel tree does. Such modules that use library CRC-CCITT 139 functions require M here. 140 --- 603 unchanged lines hidden --- | 130config CRC_CCITT 131 tristate "CRC-CCITT functions" 132 help 133 This option is provided for the case where no in-kernel-tree 134 modules require CRC-CCITT functions, but a module built outside 135 the kernel tree does. Such modules that use library CRC-CCITT 136 functions require M here. 137 --- 603 unchanged lines hidden --- |