summaryrefslogtreecommitdiffstats
path: root/src/Kconfig
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2021-02-16 16:13:35 +0100
committerPatrick Georgi <pgeorgi@google.com>2021-02-18 10:11:39 +0000
commitc027ece821ed3f65f7c08fb0b6d9b707401dddc4 (patch)
tree0e3918a86530a3deebdd3a75cb20ac2ff57bc541 /src/Kconfig
parent442bde7b62a5eb04a48abb147a379772eda568d9 (diff)
downloadcoreboot-c027ece821ed3f65f7c08fb0b6d9b707401dddc4.tar.gz
coreboot-c027ece821ed3f65f7c08fb0b6d9b707401dddc4.tar.bz2
coreboot-c027ece821ed3f65f7c08fb0b6d9b707401dddc4.zip
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>
Diffstat (limited to 'src/Kconfig')
-rw-r--r--src/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Kconfig b/src/Kconfig
index 1e3b0d5c8bc8..9106c053c5e0 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"