Kconfig (66da65005aa819e0b8d3a08f5ec1491b7690cb67) Kconfig (920b0442b9f884f55f4745b53430c80e71e90275)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Library configuration
4#
5
6config BINARY_PRINTF
7 def_bool n
8

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

115 depends on INDIRECT_IOMEM
116 help
117 If INDIRECT_IOMEM is selected, this enables falling back to plain
118 mmio accesses when the IO memory address is not a registered
119 emulated region.
120
121source "lib/crypto/Kconfig"
122
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Library configuration
4#
5
6config BINARY_PRINTF
7 def_bool n
8

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

115 depends on INDIRECT_IOMEM
116 help
117 If INDIRECT_IOMEM is selected, this enables falling back to plain
118 mmio accesses when the IO memory address is not a registered
119 emulated region.
120
121source "lib/crypto/Kconfig"
122
123config LIB_MEMNEQ
124 bool
125
123config CRC_CCITT
124 tristate "CRC-CCITT functions"
125 help
126 This option is provided for the case where no in-kernel-tree
127 modules require CRC-CCITT functions, but a module built outside
128 the kernel tree does. Such modules that use library CRC-CCITT
129 functions require M here.
130

--- 612 unchanged lines hidden ---
126config CRC_CCITT
127 tristate "CRC-CCITT functions"
128 help
129 This option is provided for the case where no in-kernel-tree
130 modules require CRC-CCITT functions, but a module built outside
131 the kernel tree does. Such modules that use library CRC-CCITT
132 functions require M here.
133

--- 612 unchanged lines hidden ---