Commit fa2144ba9a31d1d0dc9607508576c3850e0d95b1

Authored by Sam Ravnborg
1 parent cf87dcd140

kbuild: explain why DEBUG_SECTION_MISMATCH is UNDEFINED

We started to see patches enabling this - so explain why
it is disabled and the condition to enable it again.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>

Showing 1 changed file with 3 additions and 0 deletions Side-by-side Diff

... ... @@ -82,6 +82,9 @@
82 82 config DEBUG_SECTION_MISMATCH
83 83 bool "Enable full Section mismatch analysis"
84 84 depends on UNDEFINED
  85 + # This option is on purpose disabled for now.
  86 + # It will be enabled when we are down to a resonable number
  87 + # of section mismatch warnings (< 10 for an allyesconfig build)
85 88 help
86 89 The section mismatch analysis checks if there are illegal
87 90 references from one section to another section.