diff options
author | Marshall Dawson <marshalldawson3rd@gmail.com> | 2019-06-11 13:04:37 -0600 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2019-07-02 14:33:42 +0000 |
commit | c645ae069b42bd91683e99049644fc100bb60521 (patch) | |
tree | 702841edeb0241818dfad05ad4f462c6f61a29c5 /src/soc/amd/Kconfig | |
parent | 778c8a77c1fc468b320f3471e7e753fd6f4afed7 (diff) |
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>
Diffstat (limited to 'src/soc/amd/Kconfig')
-rw-r--r-- | src/soc/amd/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |