summaryrefslogtreecommitdiffstats
path: root/src/soc/example
diff options
context:
space:
mode:
authorMartin Roth <gaumless@gmail.com>2022-06-22 20:58:06 -0600
committerMartin L Roth <gaumless@tutanota.com>2022-06-24 03:59:36 +0000
commit7e48686535f2abe9946cdeb92002e3edc452e34d (patch)
tree172b97c13b7e05484331f866f7333d219c1f9580 /src/soc/example
parent8724501e8fba3952162e02f2661349d797b0c9f6 (diff)
downloadcoreboot-7e48686535f2abe9946cdeb92002e3edc452e34d.tar.gz
coreboot-7e48686535f2abe9946cdeb92002e3edc452e34d.tar.bz2
coreboot-7e48686535f2abe9946cdeb92002e3edc452e34d.zip
src/soc: Get rid of most src/soc/Kconfig files
Most of the src/soc/Kconfig files are only there for AMD and Intel to load the main SoC Kconfig files before any common files. That can be done in src/Kconfig instead. Moving the loads to the lower level allows the removal of all but the Intel soc/Kconfig file, which can be removed in a follow-on patch. Signed-off-by: Martin Roth <gaumless@gmail.com> Change-Id: I5061191fe23e0b7c745e90874bd7b390806bbcfa Reviewed-on: https://review.coreboot.org/c/coreboot/+/65327 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <felixsinger@posteo.net> Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
Diffstat (limited to 'src/soc/example')
-rw-r--r--src/soc/example/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/example/Kconfig b/src/soc/example/Kconfig
deleted file mode 100644
index 5bc004aadbbd..000000000000
--- a/src/soc/example/Kconfig
+++ /dev/null
@@ -1 +0,0 @@
-source "src/soc/example/*/Kconfig"