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:
Anas Nashif 2016-09-10 09:55:55 -04:00 committed by Anas Nashif
commit 3f3dc59ea1

View file

@ -42,8 +42,8 @@ source "usb/Kconfig"
# The following are for Kconfig files for default values only.
# These should be parsed at the end.
#
# Board defaults should be parsed before SoC defaults
# because board usually overrides them.
# Board defaults should be parsed after SoC defaults
# because board usually overrides SoC values.
#
source "boards/*/Kconfig.defconfig"
source "arch/*/soc/*/Kconfig.defconfig"
source "boards/*/Kconfig.defconfig"