blob: a83a34fc38a1459c6cd9d9bce84bcd7f9f9b4f78 [file] [log] [blame]
Kerry Sheh6b909f22012-02-07 20:31:40 +08001#
2# This file is part of the coreboot project.
3#
4# Copyright (C) 2012 Advanced Micro Devices, Inc.
5#
6# This program is free software; you can redistribute it and/or modify
7# it under the terms of the GNU General Public License as published by
8# the Free Software Foundation; version 2 of the License.
9#
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY; without even the implied warranty of
12# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13# GNU General Public License for more details.
14#
Kerry Sheh6b909f22012-02-07 20:31:40 +080015
16config NORTHBRIDGE_AMD_CIMX_RD890
17 bool
18 default n
19 select AMD_NB_CIMX
20
Kyösti Mälkki59d0d152013-06-11 16:30:48 +030021if NORTHBRIDGE_AMD_CIMX_RD890
22
Kerry Sheh6b909f22012-02-07 20:31:40 +080023config REDIRECT_NBCIMX_TRACE_TO_SERIAL
24 bool "Redirect AMD Northbridge CIMX Trace to serial console"
25 default n
Kerry Sheh6b909f22012-02-07 20:31:40 +080026 help
27 This Option allows you to redirect the AMD Northbridge CIMX
28 Trace debug information to the serial console.
29
Martin Roth595e7772015-04-26 18:53:26 -060030 Warning: Only enable this option when debuging or tracing AMD CIMX code.
Kyösti Mälkki59d0d152013-06-11 16:30:48 +030031
32endif # NORTHBRIDGE_AMD_CIMX_RD890