diff options
author | efdesign98 <efdesign98@gmail.com> | 2011-08-19 14:25:48 -0600 |
---|---|---|
committer | Marc Jones <marcj303@gmail.com> | 2011-09-15 17:30:07 +0200 |
commit | 2c66060169b5e1718406f58d1d7a270aea7b1b73 (patch) | |
tree | 035369c66f187f9cf6ba7350923733e2473d8adb /src/mainboard/amd/torpedo/Kconfig | |
parent | 4d2d5d5b3e661683ab209d068ab7537332fe15f9 (diff) |
AMD Torpedo platform updates
This update fixes warnings and supports as necessary
the Agesa infrastructure changes required to support
the AMD Family 14 cpu update to rev C0.
Change-Id: Ib08b49695b925b81f796bf299141fe6f845fdef8
Signed-off-by: Frank Vibrans <frank.vibrans@amd.com>
Signed-off-by: efdesign98 <efdesign98@gmail.com>
Reviewed-on: http://review.coreboot.org/138
Tested-by: build bot (Jenkins)
Reviewed-by: Marc Jones <marcj303@gmail.com>
Diffstat (limited to 'src/mainboard/amd/torpedo/Kconfig')
-rwxr-xr-x | src/mainboard/amd/torpedo/Kconfig | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/mainboard/amd/torpedo/Kconfig b/src/mainboard/amd/torpedo/Kconfig index e4bde59e8b..6da53a0b95 100755 --- a/src/mainboard/amd/torpedo/Kconfig +++ b/src/mainboard/amd/torpedo/Kconfig @@ -1,7 +1,7 @@ # # This file is part of the coreboot project. # -# Copyright (C) 2010 Advanced Micro Devices, Inc. +# Copyright (C) 2011 Advanced Micro Devices, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -122,14 +122,6 @@ config SIO_PORT hex default 0x2e -config DRIVERS_PS2_KEYBOARD - bool - default y - -config WARNINGS_ARE_ERRORS - bool - default n - config ONBOARD_VGA_IS_PRIMARY bool default y @@ -176,6 +168,14 @@ config XHC_BIOS_ID depends on XHC_BIOS default "1022,7812" +config DRIVERS_PS2_KEYBOARD + bool + default y + +config WARNINGS_ARE_ERRORS + bool + default n + config CONSOLE_POST bool depends on !NO_POST |