[PATCH 16/16] lib: create CONFIG_DEBUG_BITMAP parameter
From: Yury Norov
Date: Mon Jul 18 2022 - 15:31:04 EST
Create CONFIG_DEBUG_BITMAP parameter to let people use
new option. Default is N.
Signed-off-by: Yury Norov <yury.norov@xxxxxxxxx>
---
lib/Kconfig.debug | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index 2e24db4bff19..cde1b5b7bb9d 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -533,6 +533,13 @@ config DEBUG_FORCE_WEAK_PER_CPU
endmenu # "Compiler options"
+config DEBUG_BITMAP
+ bool "Debug bitmaps"
+ help
+ Say Y here if you want to check bitmap functions parameters at
+ the runtime. Enable CONFIG_DEBUG_BITMAP only for debugging because
+ it may affect performance.
+
menu "Generic Kernel Debugging Instruments"
config MAGIC_SYSRQ
--
2.34.1