kernel: set CONFIG_MDEF by default
Legacy applications still need that, otherwise kernel objects are not configured correctly. Will be removed later. Change-Id: I22df10e4adcc11f035f9813bea8c93dd1a560a1d Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
db20723da2
commit
f11fe9eca5
|
@ -297,7 +297,7 @@ endmenu
|
|||
config MDEF
|
||||
bool
|
||||
prompt "Use MDEF files for statically configured kernel objects"
|
||||
default n
|
||||
default y
|
||||
help
|
||||
Using an MDEF file can help the startup time of the application since
|
||||
the objects it lists are statically allocated and initialized, and may
|
||||
|
@ -305,6 +305,6 @@ config MDEF
|
|||
|
||||
Disabling this option can reduce the compilation time slightly.
|
||||
|
||||
In doubt, select 'n'.
|
||||
In doubt, select 'y'.
|
||||
|
||||
endmenu
|
||||
|
|
Loading…
Reference in New Issue