From c027ece821ed3f65f7c08fb0b6d9b707401dddc4 Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Tue, 16 Feb 2021 16:13:35 +0100 Subject: [PATCH] southbridge: Ensure common Kconfig gets included last Change-Id: Icaa64e664499090fec3e98687b4827ef27cc201b Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/50800 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber --- src/Kconfig | 1 + src/southbridge/intel/common/{Kconfig => Kconfig.common} | 0 2 files changed, 1 insertion(+) rename src/southbridge/intel/common/{Kconfig => Kconfig.common} (100%) diff --git a/src/Kconfig b/src/Kconfig index 1e3b0d5c8b..9106c053c5 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -526,6 +526,7 @@ source "src/northbridge/*/*/Kconfig" source "src/northbridge/*/*/Kconfig.common" comment "Southbridge" source "src/southbridge/*/*/Kconfig" +source "src/southbridge/*/*/Kconfig.common" comment "Super I/O" source "src/superio/*/*/Kconfig" comment "Embedded Controllers" diff --git a/src/southbridge/intel/common/Kconfig b/src/southbridge/intel/common/Kconfig.common similarity index 100% rename from src/southbridge/intel/common/Kconfig rename to src/southbridge/intel/common/Kconfig.common