Patrick Georgi ([email protected]) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/2186
-gerrit commit 51968d9410fe9ac3c22ba772348384c89a559b72 Author: Patrick Georgi <[email protected]> Date: Wed Jan 23 18:10:04 2013 +0100 Kconfig: Drop useless depends statement depends FOO in if FOO ... depends on FOO endif is useless. Change-Id: I67cf231e3047a07cb6f0eeb5f77be368674a0603 Signed-off-by: Patrick Georgi <[email protected]> --- src/cpu/amd/agesa/family10/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/src/cpu/amd/agesa/family10/Kconfig b/src/cpu/amd/agesa/family10/Kconfig index abaa898..dd689fb 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. -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

