parse board defconfig at the very end
The board defconfig is useless if it does not override what the SoC sets. Boards can have different values than those set by the SoC. Change-Id: Iab287c62986b20585b4df3e77bd973dbab50eea4 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
8d187d6f0e
commit
3f3dc59ea1
1 changed files with 3 additions and 3 deletions
|
@ -42,8 +42,8 @@ source "usb/Kconfig"
|
||||||
# The following are for Kconfig files for default values only.
|
# The following are for Kconfig files for default values only.
|
||||||
# These should be parsed at the end.
|
# These should be parsed at the end.
|
||||||
#
|
#
|
||||||
# Board defaults should be parsed before SoC defaults
|
# Board defaults should be parsed after SoC defaults
|
||||||
# because board usually overrides them.
|
# because board usually overrides SoC values.
|
||||||
#
|
#
|
||||||
source "boards/*/Kconfig.defconfig"
|
|
||||||
source "arch/*/soc/*/Kconfig.defconfig"
|
source "arch/*/soc/*/Kconfig.defconfig"
|
||||||
|
source "boards/*/Kconfig.defconfig"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue