summaryrefslogtreecommitdiffstats
path: root/src/mainboard/prodrive
diff options
context:
space:
mode:
authorLean Sheng Tan <sheng.tan@9elements.com>2023-01-23 14:47:22 +0100
committerLean Sheng Tan <sheng.tan@9elements.com>2023-01-25 12:14:00 +0000
commit50c56fbaad63c71acea85d5da3a772c686a983fb (patch)
tree0385664dce2ae250b6d46929a89e0753b1dcfaa8 /src/mainboard/prodrive
parent16f5b54c80a4af4f793134aa7645b59d48fad74b (diff)
downloadcoreboot-50c56fbaad63c71acea85d5da3a772c686a983fb.tar.gz
coreboot-50c56fbaad63c71acea85d5da3a772c686a983fb.tar.bz2
coreboot-50c56fbaad63c71acea85d5da3a772c686a983fb.zip
mb/prodrive/atlas: Disable SaGv by default
Customer needs SaGv to be disabled by default. Signed-off-by: Lean Sheng Tan <sheng.tan@9elements.com> Change-Id: I8454c267dcc12d2ef7de7bd23296a17294f058a0 Reviewed-on: https://review.coreboot.org/c/coreboot/+/72384 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Maximilian Brune <maximilian.brune@9elements.com>
Diffstat (limited to 'src/mainboard/prodrive')
-rw-r--r--src/mainboard/prodrive/atlas/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/prodrive/atlas/Kconfig b/src/mainboard/prodrive/atlas/Kconfig
index 3900f4db1575..eda23cb5199c 100644
--- a/src/mainboard/prodrive/atlas/Kconfig
+++ b/src/mainboard/prodrive/atlas/Kconfig
@@ -17,7 +17,7 @@ if BOARD_PRODRIVE_ATLAS_BASEBOARD
config ATLAS_ENABLE_SAGV
bool "Enable SaGv"
- default y
+ default n
config ATLAS_ENABLE_IBECC
bool "Enable IBECC"