diff options
author | Furquan Shaikh <furquan@google.com> | 2020-04-23 18:02:53 -0700 |
---|---|---|
committer | Furquan Shaikh <furquan@google.com> | 2020-04-29 08:44:33 +0000 |
commit | 30bc5b3131d8fcaa7ae637c061916a99f1b1aad9 (patch) | |
tree | dde52ed6893cf8f7fa2175ab26d6823b037933e7 | |
parent | 47cdf430e4c17864f45e18559846efce0e641c1d (diff) | |
download | coreboot-30bc5b3131d8fcaa7ae637c061916a99f1b1aad9.tar.xz |
soc/amd/picasso: Disable inclusion of S0i3 firmware by default
Enabling of S0i3 is a mainboard decision. This change sets the option
to include S0i3 firmware by default to 'n'.
BUG=b:154880818
Signed-off-by: Furquan Shaikh <furquan@google.com>
Change-Id: I5d533e317535b01efe9dd32272483296bf4fafab
Reviewed-on: https://review.coreboot.org/c/coreboot/+/40681
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r-- | src/soc/amd/picasso/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/amd/picasso/Kconfig b/src/soc/amd/picasso/Kconfig index c9f45f16f8..384e8a80b4 100644 --- a/src/soc/amd/picasso/Kconfig +++ b/src/soc/amd/picasso/Kconfig @@ -338,6 +338,7 @@ config PSP_LOAD_MP2_FW config PSP_LOAD_S0I3_FW bool "Include S0I3 blob in PSP build" + default n help Select this item to include the S0i3 file into the PSP build. |