AGESA: Kconfig: Drop useless depends statement
`depends on FOO` in if FOO ... depends on FOO endif is useless. Introduced in commit4b508341bc
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. commitd3e990c6e5
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>
This commit is contained in:
parent
be0e92568f
commit
336b8b1712
|
@ -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.
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue