diff options
author | Xavi Drudis Ferran <xdrudis@tinet.cat> | 2011-02-27 02:48:41 +0000 |
---|---|---|
committer | Peter Stuge <peter@stuge.se> | 2011-02-27 02:48:41 +0000 |
commit | 70a373315513244266024c3591dc9db103f7ace1 (patch) | |
tree | 40bcbb6498685227bcdbea2dde85f54985654e81 /src | |
parent | 4c28a6f01870e017dbedb4a0bba1e91148077040 (diff) |
Add 300 MHz and 500 MHz HT frequency limits
Needed to build successfully with Expert mode enabled.
Signed-off-by: Xavi Drudis Ferran <xdrudis@tinet.cat>
Acked-by: Peter Stuge <peter@stuge.se>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6386 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src')
-rw-r--r-- | src/northbridge/amd/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/northbridge/amd/Kconfig b/src/northbridge/amd/Kconfig index 156c0c9ec8..914a3d2d5a 100644 --- a/src/northbridge/amd/Kconfig +++ b/src/northbridge/amd/Kconfig @@ -24,8 +24,12 @@ choice config LIMIT_HT_SPEED_200 bool "Limit HT frequency to 200MHz" +config LIMIT_HT_SPEED_300 + bool "Limit HT frequency to 300MHz" config LIMIT_HT_SPEED_400 bool "Limit HT frequency to 400MHz" +config LIMIT_HT_SPEED_500 + bool "Limit HT frequency to 500MHz" config LIMIT_HT_SPEED_600 bool "Limit HT frequency to 600MHz" config LIMIT_HT_SPEED_800 |