summaryrefslogtreecommitdiff
path: root/src/northbridge/amd/Kconfig
diff options
context:
space:
mode:
authorTimothy Pearson <tpearson@raptorengineeringinc.com>2015-01-24 14:13:30 -0600
committerAlexandru Gagniuc <mr.nuke.me@gmail.com>2015-01-25 20:32:22 +0100
commit5ec1153200c70138eb7ee9b36f5c1032bf310a22 (patch)
tree9f1d4f3b6de76055558f52b55034be540cda8c98 /src/northbridge/amd/Kconfig
parent6f2caa0ffac653ae7455040429f70f71e9f38ccc (diff)
downloadcoreboot-5ec1153200c70138eb7ee9b36f5c1032bf310a22.tar.xz
northbridge/amd: Add Kconfig options for ECC redirection
Change-Id: I83e7605650b13e82a2e6c2822cbd237b4e473b5d Signed-off-by: Timothy Pearson <tpearson@raptorengineeringinc.com> Reviewed-on: http://review.coreboot.org/8271 Tested-by: build bot (Jenkins) Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Diffstat (limited to 'src/northbridge/amd/Kconfig')
-rw-r--r--src/northbridge/amd/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/northbridge/amd/Kconfig b/src/northbridge/amd/Kconfig
index ef8a16a73c..17f15c3b47 100644
--- a/src/northbridge/amd/Kconfig
+++ b/src/northbridge/amd/Kconfig
@@ -98,6 +98,11 @@ config LIMIT_HT_UP_WIDTH_16
bool "16 bits"
endchoice
+config AMDMCT_ENABLE_ECC_REDIR
+ bool
+ depends on CPU_AMD_MODEL_10XXX
+ default n
+
config AMDMCT_BACKGROUND_SCRUB_RATE
hex
depends on CPU_AMD_MODEL_10XXX