soc/amd: rename common Kconfig and use wildcard for SoC-specific Kconfig

By renaming the AMD SOC common Kconfig file the wildcard to source all
AMD SoC-specific Kconfig files won't match to it and it can be sourced
after all SoC-specific Kconfig files in the sub-directories are sourced.
This change allows adding new SoCs without having to edit the soc/amd
Kconfig file.

Change-Id: Iaaa5aad23eb6364d46b279101f3969db9f182607
Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/47701
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:
Felix Held 2020-11-18 11:25:37 +01:00
parent 1268d4081e
commit 4e56f75bb5
2 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,5 @@
# Load all chipsets before common
source "src/soc/amd/picasso/Kconfig"
source "src/soc/amd/stoneyridge/Kconfig"
source "src/soc/amd/*/Kconfig"
# Load common defaults last
source "src/soc/amd/common/Kconfig"
source "src/soc/amd/common/Kconfig.common"