summaryrefslogtreecommitdiff
path: root/src/cpu/amd
diff options
context:
space:
mode:
authorPatrick Georgi <patrick@georgi-clan.de>2013-01-23 18:10:04 +0100
committerPatrick Georgi <patrick@georgi-clan.de>2013-01-25 18:14:34 +0100
commit336b8b171289ef80d465e0726eb7674cafe78a31 (patch)
treea50aefd7043ffd441e0e047e1a1bd6a84d3f660d /src/cpu/amd
parentbe0e92568f115488e0555ec67a27a6b93d212a4e (diff)
downloadcoreboot-336b8b171289ef80d465e0726eb7674cafe78a31.tar.xz
AGESA: Kconfig: Drop useless depends statement
`depends on FOO` in if FOO ... depends on FOO endif is useless. Introduced in commit 4b508341bcf11687be98d20f8178b5cc542a0842 Author: efdesign98 <efdesign98@gmail.com> Date: Wed Jul 13 17:16:13 2011 -0700 Add AMD Family 10 support to cpu folder and probably copied later on in the following commit. commit d3e990c6e5124f30b394f5dbd4902ea8bf341b07 Author: Kerry Sheh <shekairui@gmail.com> Date: Tue Feb 7 20:31:35 2012 +0800 AGESA F15: AGESA family15 model 00-0fh cpu wrapper Change-Id: I67cf231e3047a07cb6f0eeb5f77be368674a0603 Signed-off-by: Patrick Georgi <patrick@georgi-clan.de> Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-on: http://review.coreboot.org/2186 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Hengelein <ilendir@gmail.com> Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/cpu/amd')
-rwxr-xr-xsrc/cpu/amd/agesa/family10/Kconfig1
-rw-r--r--src/cpu/amd/agesa/family15/Kconfig1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/cpu/amd/agesa/family10/Kconfig b/src/cpu/amd/agesa/family10/Kconfig
index abaa898b38..dd689fb32f 100755
--- a/src/cpu/amd/agesa/family10/Kconfig
+++ b/src/cpu/amd/agesa/family10/Kconfig
@@ -51,7 +51,6 @@ config HAVE_INIT_TIMER
config REDIRECT_IDS_HDT_CONSOLE_TO_SERIAL
bool "Redirect AGESA IDS_HDT_CONSOLE to serial console"
default n
- depends on CPU_AMD_AGESA_FAMILY10
help
This Option allows you to redirect the AMD AGESA IDS_HDT_CONSOLE debug information to the serial console.
diff --git a/src/cpu/amd/agesa/family15/Kconfig b/src/cpu/amd/agesa/family15/Kconfig
index f4c1183f0d..ab11c9c8f9 100644
--- a/src/cpu/amd/agesa/family15/Kconfig
+++ b/src/cpu/amd/agesa/family15/Kconfig
@@ -73,7 +73,6 @@ config HAVE_INIT_TIMER
config REDIRECT_IDS_HDT_CONSOLE_TO_SERIAL
bool "Redirect AGESA IDS_HDT_CONSOLE to serial console"
default n
- depends on CPU_AMD_AGESA_FAMILY15
help
This Option allows you to redirect the AMD AGESA IDS_HDT_CONSOLE debug information to the serial console.