summaryrefslogtreecommitdiffstats
path: root/platforms
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2015-06-09 16:12:21 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-06-16 14:34:30 +0200
commit2b6f7dab1ed7f3633053d83fc61fb23d4f10d09f (patch)
treed877b4316a6a19d7116bcac6c4039d735b4d3abb /platforms
parenta53cd4ff97b418a4fc8faf784ec5df922faab75e (diff)
downloadptxdist-2b6f7dab1ed7f3633053d83fc61fb23d4f10d09f.tar.gz
ptxdist-2b6f7dab1ed7f3633053d83fc61fb23d4f10d09f.tar.xz
kernel: don't add DEBUG_SECTION_MISMATCH=y by default
DEBUG_SECTION_MISMATCH is a development option that shouldn't be used in production settings so IMHO it's not sensible to add it as default setting. Moreover do some minor wording cleanups. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'platforms')
-rw-r--r--platforms/kernel.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/platforms/kernel.in b/platforms/kernel.in
index 820d107a3..ded878463 100644
--- a/platforms/kernel.in
+++ b/platforms/kernel.in
@@ -256,18 +256,18 @@ comment "Development features"
config KERNEL_EXTRA_MAKEVARS
string
- default "CONFIG_DEBUG_SECTION_MISMATCH=y"
+ default ""
prompt "Additional kbuild options"
help
Specify extra parameters for the kernel build system here. Useful
options include:
* CONFIG_DEBUG_SECTION_MISMATCH=y
- Enable this feature if you want kernel's builsystem to check for
+ Enable this feature if you want the kernel's buildsystem to check for
section mismatches (__devinit/__devexit, __init/__exit). This
entry is valid for 2.6.25 kernels and above. Previous kernel versions
do this check automatically. Enabling this feature is recommended
- for kernel development.
+ for kernel development only because it changes how code is inlined.
Changing this entry will rebuild the whole kernel.
* C=1