summaryrefslogtreecommitdiff
path: root/src/northbridge/amd/cimx
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/cimx
parent22dcdd914cf36ce657f5e72c975a96d577400a69 (diff)
downloadcoreboot-59d0d159f4710779043e34618a20dccff2af51dd.tar.xz
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/cimx')
-rw-r--r--src/northbridge/amd/cimx/rd890/Kconfig5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/northbridge/amd/cimx/rd890/Kconfig b/src/northbridge/amd/cimx/rd890/Kconfig
index 6731b60fca..9642416631 100644
--- a/src/northbridge/amd/cimx/rd890/Kconfig
+++ b/src/northbridge/amd/cimx/rd890/Kconfig
@@ -22,12 +22,15 @@ config NORTHBRIDGE_AMD_CIMX_RD890
default n
select AMD_NB_CIMX
+if NORTHBRIDGE_AMD_CIMX_RD890
+
config REDIRECT_NBCIMX_TRACE_TO_SERIAL
bool "Redirect AMD Northbridge CIMX Trace to serial console"
default n
- depends on NORTHBRIDGE_AMD_CIMX_RD890
help
This Option allows you to redirect the AMD Northbridge CIMX
Trace debug information to the serial console.
Warning: Only enable this option when debuging or tracing AMD CIMX code.
+
+endif # NORTHBRIDGE_AMD_CIMX_RD890