Kerry Sheh | 6b909f2 | 2012-02-07 20:31:40 +0800 | [diff] [blame] | 1 | # |
| 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 Sheh | 6b909f2 | 2012-02-07 20:31:40 +0800 | [diff] [blame] | 15 | |
| 16 | config NORTHBRIDGE_AMD_CIMX_RD890 |
| 17 | bool |
| 18 | default n |
| 19 | select AMD_NB_CIMX |
| 20 | |
Kyösti Mälkki | 59d0d15 | 2013-06-11 16:30:48 +0300 | [diff] [blame] | 21 | if NORTHBRIDGE_AMD_CIMX_RD890 |
| 22 | |
Kerry Sheh | 6b909f2 | 2012-02-07 20:31:40 +0800 | [diff] [blame] | 23 | config REDIRECT_NBCIMX_TRACE_TO_SERIAL |
| 24 | bool "Redirect AMD Northbridge CIMX Trace to serial console" |
| 25 | default n |
Kerry Sheh | 6b909f2 | 2012-02-07 20:31:40 +0800 | [diff] [blame] | 26 | help |
| 27 | This Option allows you to redirect the AMD Northbridge CIMX |
| 28 | Trace debug information to the serial console. |
| 29 | |
Martin Roth | 595e777 | 2015-04-26 18:53:26 -0600 | [diff] [blame] | 30 | Warning: Only enable this option when debuging or tracing AMD CIMX code. |
Kyösti Mälkki | 59d0d15 | 2013-06-11 16:30:48 +0300 | [diff] [blame] | 31 | |
| 32 | endif # NORTHBRIDGE_AMD_CIMX_RD890 |