We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ade34c commit d3deafaCopy full SHA for d3deafa
lib/Kconfig.debug
@@ -1641,7 +1641,10 @@ config DMA_API_DEBUG
1641
1642
If unsure, say N.
1643
1644
-menu "Runtime Testing"
+menuconfig RUNTIME_TESTING_MENU
1645
+ bool "Runtime Testing"
1646
+
1647
+if RUNTIME_TESTING_MENU
1648
1649
config LKDTM
1650
tristate "Linux Kernel Dump Test Tool Module"
@@ -1929,7 +1932,7 @@ config TEST_DEBUG_VIRTUAL
1929
1932
1930
1933
1931
1934
-endmenu # runtime tests
1935
+endif # RUNTIME_TESTING_MENU
1936
1937
config MEMTEST
1938
bool "Memtest"
0 commit comments