diff options
author | Angel Pons <th3fanbus@gmail.com> | 2021-02-16 16:13:35 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-02-18 10:11:39 +0000 |
commit | c027ece821ed3f65f7c08fb0b6d9b707401dddc4 (patch) | |
tree | 0e3918a86530a3deebdd3a75cb20ac2ff57bc541 | |
parent | 442bde7b62a5eb04a48abb147a379772eda568d9 (diff) |
southbridge: Ensure common Kconfig gets included last
Change-Id: Icaa64e664499090fec3e98687b4827ef27cc201b
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/50800
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
-rw-r--r-- | src/Kconfig | 1 | ||||
-rw-r--r-- | src/southbridge/intel/common/Kconfig.common (renamed from src/southbridge/intel/common/Kconfig) | 0 |
2 files changed, 1 insertions, 0 deletions
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 index 5d7a4ee784..5d7a4ee784 100644 --- a/src/southbridge/intel/common/Kconfig +++ b/src/southbridge/intel/common/Kconfig.common |