From 7e48686535f2abe9946cdeb92002e3edc452e34d Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Wed, 22 Jun 2022 20:58:06 -0600 Subject: 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 Change-Id: I5061191fe23e0b7c745e90874bd7b390806bbcfa Reviewed-on: https://review.coreboot.org/c/coreboot/+/65327 Tested-by: build bot (Jenkins) Reviewed-by: Felix Singer Reviewed-by: Elyes Haouas --- src/soc/amd/Kconfig | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 src/soc/amd/Kconfig (limited to 'src/soc/amd') diff --git a/src/soc/amd/Kconfig b/src/soc/amd/Kconfig deleted file mode 100644 index 77eac6ba5a..0000000000 --- a/src/soc/amd/Kconfig +++ /dev/null @@ -1,5 +0,0 @@ -# Load all chipsets before common -source "src/soc/amd/*/Kconfig" - -# Load common defaults last -source "src/soc/amd/common/Kconfig.common" -- cgit v1.2.3