diff options
Diffstat (limited to 'lib/Kconfig.debug')
-rw-r--r-- | lib/Kconfig.debug | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 748e72be6e68..c4ecb2994ba3 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
@@ -108,6 +108,8 @@ config DEBUG_SECTION_MISMATCH | |||
108 | will tell where the mismatch happens much closer to the | 108 | will tell where the mismatch happens much closer to the |
109 | source. The drawback is that we will report the same | 109 | source. The drawback is that we will report the same |
110 | mismatch at least twice. | 110 | mismatch at least twice. |
111 | - Enable verbose reporting from modpost to help solving | ||
112 | the section mismatches reported. | ||
111 | 113 | ||
112 | config DEBUG_KERNEL | 114 | config DEBUG_KERNEL |
113 | bool "Kernel debugging" | 115 | bool "Kernel debugging" |