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/Kconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Kconfig') diff --git a/src/Kconfig b/src/Kconfig index e04639e86f..52d6a75efc 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -560,6 +560,8 @@ menu "Chipset" comment "SoC" source "src/soc/*/Kconfig" +source "src/soc/*/*/Kconfig" +source "src/soc/*/*/Kconfig.common" comment "CPU" source "src/cpu/Kconfig" comment "Northbridge" -- cgit v1.2.3