From 59d0d159f4710779043e34618a20dccff2af51dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ky=C3=B6sti=20M=C3=A4lkki?= Date: Tue, 11 Jun 2013 16:30:48 +0300 Subject: AMD: Kconfig cleanup MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I21182eae1d389790c330f27e6a830d91c3ee4eb6 Signed-off-by: Kyösti Mälkki Reviewed-on: http://review.coreboot.org/3433 Tested-by: build bot (Jenkins) Reviewed-by: Marc Jones --- src/northbridge/amd/cimx/rd890/Kconfig | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/northbridge/amd/cimx') 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 -- cgit v1.2.3