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/intel/Kconfig | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/soc/intel') diff --git a/src/soc/intel/Kconfig b/src/soc/intel/Kconfig index d5190683ae..c4ce3216e5 100644 --- a/src/soc/intel/Kconfig +++ b/src/soc/intel/Kconfig @@ -1,8 +1,4 @@ -# Load all chipsets -source "src/soc/intel/*/Kconfig" - -# Load common config -source "src/soc/intel/common/Kconfig.common" +# should all probably be moved to soc/intel/common/Kconfig config INTEL_HAS_TOP_SWAP bool -- cgit v1.2.3