From 336b8b171289ef80d465e0726eb7674cafe78a31 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Wed, 23 Jan 2013 18:10:04 +0100 Subject: AGESA: Kconfig: Drop useless depends statement `depends on FOO` in if FOO ... depends on FOO endif is useless. Introduced in commit 4b508341bcf11687be98d20f8178b5cc542a0842 Author: efdesign98 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 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 Signed-off-by: Paul Menzel Reviewed-on: http://review.coreboot.org/2186 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Hengelein Reviewed-by: Stefan Reinauer --- src/cpu/amd/agesa/family10/Kconfig | 1 - src/cpu/amd/agesa/family15/Kconfig | 1 - 2 files changed, 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. -- cgit v1.2.3