debugobjects: add boot parameter default value
authorIngo Molnar <mingo@elte.hu>
Wed, 26 Nov 2008 09:02:00 +0000 (10:02 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 26 Nov 2008 09:07:06 +0000 (10:07 +0100)
commit3ae7020543db0b769538e64d1ce8d51fceff60ca
treeceb0b336afd954bbaff7c58002501b1486b74e03
parented313489badef16d700f5a3be50e8fd8f8294bc8
debugobjects: add boot parameter default value

Impact: add .config driven boot parameter default value

Right now debugobjects can only be activated if the debug_objects
boot parameter is passed in via the boot command line.

Make this more convenient (and randomizable) by also providing
a .config method. Enable it by default. (DEBUG_OBJECTS itself
is default-off)

Signed-off-by: Ingo Molnar <mingo@elte.hu>
lib/Kconfig.debug
lib/debugobjects.c