coreboot-kgpe-d16/src/soc/amd/Kconfig
Marshall Dawson c645ae069b 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>
2019-07-02 14:33:42 +00:00

6 lines
177 B
Text

# Load all chipsets before common
source "src/soc/amd/picasso/Kconfig"
source "src/soc/amd/stoneyridge/Kconfig"
# Load common defaults last
source "src/soc/amd/common/Kconfig"