aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/amd/majolica
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/amd/majolica')
-rw-r--r--src/mainboard/amd/majolica/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mainboard/amd/majolica/Kconfig b/src/mainboard/amd/majolica/Kconfig
index 7d5b30a1cd..0c3f7df8b2 100644
--- a/src/mainboard/amd/majolica/Kconfig
+++ b/src/mainboard/amd/majolica/Kconfig
@@ -53,4 +53,12 @@ config CHROMEOS
# Use default libpayload config
select LP_DEFCONFIG_OVERRIDE if PAYLOAD_DEPTHCHARGE
+config EFS_SPI_READ_MODE
+ default 0 if EM100 # Normal read mode
+ default 3 # Quad IO (1-1-4)
+
+config EFS_SPI_SPEED
+ default 3 if EM100 # 16.66 MHz
+ default 0 # 66.66 MHz
+
endif # BOARD_AMD_MAJOLICA