Martin Roth merged this change.

View Change

Approvals: build bot (Jenkins): Verified Richard Spiegel: Looks good to me, approved Edward O'Callaghan: Looks good to me, approved
soc/amd: Add picasso to Kconfig

Change-Id: I7031b07ae105a14be3c5d4e52ecc1364956fd845
Signed-off-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/33750
Reviewed-by: Richard Spiegel <richard.spiegel@silverbackltd.com>
Reviewed-by: Edward O'Callaghan <quasisec@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
---
M src/soc/amd/Kconfig
1 file changed, 1 insertion(+), 0 deletions(-)

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

To view, visit change 33750. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I7031b07ae105a14be3c5d4e52ecc1364956fd845
Gerrit-Change-Number: 33750
Gerrit-PatchSet: 4
Gerrit-Owner: Marshall Dawson <marshalldawson3rd@gmail.com>
Gerrit-Reviewer: Edward O'Callaghan <quasisec@chromium.org>
Gerrit-Reviewer: Martin Roth <martinroth@google.com>
Gerrit-Reviewer: Richard Spiegel <richard.spiegel@silverbackltd.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-MessageType: merged