aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/soc/amd/picasso/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/soc/amd/picasso/Kconfig b/src/soc/amd/picasso/Kconfig
index a7423e907a..d9211b4fb6 100644
--- a/src/soc/amd/picasso/Kconfig
+++ b/src/soc/amd/picasso/Kconfig
@@ -59,6 +59,16 @@ config HAVE_BOOTBLOCK
bool
default n
+config AMD_FP5
+ def_bool y if !AMD_FT5
+ help
+ The FP5 package supports higher-wattage parts and dual channel DDR4 memory.
+
+config AMD_FT5
+ def_bool n
+ help
+ The FT5 package supports low-power parts and single-channel DDR4 memory.
+
config PRERAM_CBMEM_CONSOLE_SIZE
hex
default 0x1600