From aa8e5d36b1b8a5ce1574c3562416e8488ebbb8cc Mon Sep 17 00:00:00 2001 From: Chris Ching Date: Fri, 20 Oct 2017 10:43:39 -0600 Subject: 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 Reviewed-on: https://review.coreboot.org/22123 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/soc/ucb/Kconfig | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/soc/ucb/Kconfig (limited to 'src/soc/ucb') diff --git a/src/soc/ucb/Kconfig b/src/soc/ucb/Kconfig new file mode 100644 index 0000000000..e5221df61e --- /dev/null +++ b/src/soc/ucb/Kconfig @@ -0,0 +1,2 @@ +# Load all chipsets +source "src/soc/ucb/*/Kconfig" -- cgit v1.2.3