summaryrefslogtreecommitdiffstats
path: root/src/Kconfig
diff options
context:
space:
mode:
authorChris Ching <chingcodes@google.com>2017-10-20 10:43:39 -0600
committerChris Ching <chingcodes@chromium.org>2017-10-23 17:18:32 +0000
commitaa8e5d36b1b8a5ce1574c3562416e8488ebbb8cc (patch)
tree5001c7f7d438e42e75159fcac029a6bba6b6e9b1 /src/Kconfig
parent5da1e3156c26ddab065ea4b9d2d64513a937f51c (diff)
downloadcoreboot-aa8e5d36b1b8a5ce1574c3562416e8488ebbb8cc.tar.gz
coreboot-aa8e5d36b1b8a5ce1574c3562416e8488ebbb8cc.tar.bz2
coreboot-aa8e5d36b1b8a5ce1574c3562416e8488ebbb8cc.zip
soc: Add Kconfig for each soc vendor
Allows explicit ordering for vendors that share a common configuration that must be sourced last. The issue is that chips in soc/{amd,intel}/[ab].* will be able to override defaults set in this file, but Kconfig files that get sourced later (soc/amd/[d-z].*) will NOT be able to override these defaults. Note: intel and amd soc chips now need to be added manually to the new Kconfig file BUG=b:62235314 TEST=make lint-stable Change-Id: Ida82ef184712e092aec1381a47aa1b54b74ed6b6 Signed-off-by: Chris Ching <chingcodes@google.com> Reviewed-on: https://review.coreboot.org/22123 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/Kconfig')
-rw-r--r--src/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Kconfig b/src/Kconfig
index e3323ba5c422..f853c66ed6d5 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -333,7 +333,7 @@ config CBFS_AUTOGEN_ATTRIBUTES
menu "Chipset"
comment "SoC"
-source "src/soc/*/*/Kconfig"
+source "src/soc/*/Kconfig"
comment "CPU"
source "src/cpu/Kconfig"
comment "Northbridge"