From c645ae069b42bd91683e99049644fc100bb60521 Mon Sep 17 00:00:00 2001 From: Marshall Dawson Date: Tue, 11 Jun 2019 13:04:37 -0600 Subject: soc/amd: Add picasso to Kconfig Change-Id: I7031b07ae105a14be3c5d4e52ecc1364956fd845 Signed-off-by: Marshall Dawson Reviewed-on: https://review.coreboot.org/c/coreboot/+/33750 Reviewed-by: Richard Spiegel Reviewed-by: Edward O'Callaghan Tested-by: build bot (Jenkins) --- src/soc/amd/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/src/soc/amd/Kconfig b/src/soc/amd/Kconfig index 0c33b54cb2..7c08f031b0 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 -- cgit v1.2.3