Skip to content

Commit

Permalink
kbuild: explain why DEBUG_SECTION_MISMATCH is UNDEFINED
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
sravnborg committed Feb 15, 2008
1 parent cf87dcd commit fa2144b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/Kconfig.debug
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ config HEADERS_CHECK
config DEBUG_SECTION_MISMATCH
bool "Enable full Section mismatch analysis"
depends on UNDEFINED
# This option is on purpose disabled for now.
# It will be enabled when we are down to a resonable number
# of section mismatch warnings (< 10 for an allyesconfig build)
help
The section mismatch analysis checks if there are illegal
references from one section to another section.
Expand Down

0 comments on commit fa2144b

Please sign in to comment.