aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/amd/amdfam10/Kconfig
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2013-06-11 16:30:48 +0300
committerStefan Reinauer <stefan.reinauer@coreboot.org>2013-06-13 01:08:12 +0200
commit59d0d159f4710779043e34618a20dccff2af51dd (patch)
tree4b7f8e5a7887407f4a75acdb0a1bdab917f699c8 /src/northbridge/amd/amdfam10/Kconfig
parent22dcdd914cf36ce657f5e72c975a96d577400a69 (diff)
AMD: Kconfig cleanup
Change-Id: I21182eae1d389790c330f27e6a830d91c3ee4eb6 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/3433 Tested-by: build bot (Jenkins) Reviewed-by: Marc Jones <marc.jones@se-eng.com>
Diffstat (limited to 'src/northbridge/amd/amdfam10/Kconfig')
-rw-r--r--src/northbridge/amd/amdfam10/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/northbridge/amd/amdfam10/Kconfig b/src/northbridge/amd/amdfam10/Kconfig
index 000dd110af..b61be2840a 100644
--- a/src/northbridge/amd/amdfam10/Kconfig
+++ b/src/northbridge/amd/amdfam10/Kconfig
@@ -110,14 +110,14 @@ if DIMM_DDR3
default 0x0005
endif
endif
-endif
config SVI_HIGH_FREQ
bool
default n
- depends on NORTHBRIDGE_AMD_AMDFAM10
help
Select this for boards with a Voltage Regulator able to operate
at 3.4 MHz in SVI mode. Ignored unless the AMD CPU is rev C3.
+endif # NORTHBRIDGE_AMD_AMDFAM10
+
source src/northbridge/amd/amdfam10/root_complex/Kconfig