Marshall Dawson has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/33750
Change subject: soc/amd: Add picasso to Kconfig ......................................................................
soc/amd: Add picasso to Kconfig
Change-Id: I7031b07ae105a14be3c5d4e52ecc1364956fd845 Signed-off-by: Marshall Dawson marshalldawson3rd@gmail.com --- M src/soc/amd/Kconfig 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/50/33750/1
diff --git a/src/soc/amd/Kconfig b/src/soc/amd/Kconfig index 0c33b54..7c08f03 100644 --- a/src/soc/amd/Kconfig +++ b/src/soc/amd/Kconfig @@ -1,4 +1,5 @@ # Load all chipsets before common +source "src/soc/amd/picasso/Kconfig" source "src/soc/amd/stoneyridge/Kconfig"
# Load common defaults last