aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/picasso/Kconfig
diff options
context:
space:
mode:
authorMartin Roth <martinroth@chromium.org>2019-04-22 16:08:31 -0600
committerMartin Roth <martinroth@google.com>2019-07-02 14:15:18 +0000
commit1f33762d77ad29a90125f47417b76b3c3314f79d (patch)
tree7072fbdfc5e9b090ec4031ff00892f9aef4343b7 /src/soc/amd/picasso/Kconfig
parent5f672636d6990414edaad8e2ce5c75f335122e9a (diff)
soc/amd/picasso: Change SOC_AMD_STONEY* to SOC_AMD_PICASSO
TEST=None BUG=b:130804851 Signed-off-by: Martin Roth <martinroth@chromium.org> Change-Id: Ie466bc39ed6aa9d2a8651bd9290090b83cd97d74 Reviewed-on: https://review.coreboot.org/c/coreboot/+/32410 Reviewed-by: Richard Spiegel <richard.spiegel@silverbackltd.com> Reviewed-by: Edward O'Callaghan <quasisec@chromium.org> Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/amd/picasso/Kconfig')
-rw-r--r--src/soc/amd/picasso/Kconfig13
1 files changed, 4 insertions, 9 deletions
diff --git a/src/soc/amd/picasso/Kconfig b/src/soc/amd/picasso/Kconfig
index ba82565bf4..5863640b24 100644
--- a/src/soc/amd/picasso/Kconfig
+++ b/src/soc/amd/picasso/Kconfig
@@ -13,17 +13,12 @@
## GNU General Public License for more details.
##
-config SOC_AMD_STONEYRIDGE_FP4
+config SOC_AMD_PICASSO
bool
help
- AMD Stoney Ridge FP4 support
+ AMD Picasso support
-config SOC_AMD_STONEYRIDGE_FT4
- bool
- help
- AMD Stoney Ridge FT4 support
-
-if SOC_AMD_STONEYRIDGE_FP4 || SOC_AMD_STONEYRIDGE_FT4
+if SOC_AMD_PICASSO
config CPU_SPECIFIC_OPTIONS
def_bool y
@@ -386,4 +381,4 @@ config MAINBOARD_POWER_RESTORE
return to S0. Otherwise the system will remain in S5 once power
is restored.
-endif # SOC_AMD_STONEYRIDGE_FP4 || SOC_AMD_STONEYRIDGE_FT4
+endif # SOC_AMD_PICASSO