From 18969965891aabbfefde8094b7bbb69dd58cbf51 Mon Sep 17 00:00:00 2001 From: Alexandru Gagniuc Date: Wed, 18 Feb 2015 15:01:26 -0600 Subject: mainboard: Do not redefine CONSOLE_POST Kconfig variable This option is already defined in console/Kconfig, and is intended to be controlled by the user. Only six boards in the entire tree redefined it, so remove the definition from those boards. Change-Id: I3a65444f63c93c01d78569a9a7eb01158fb290bd Signed-off-by: Alexandru Gagniuc Reviewed-on: http://review.coreboot.org/8457 Tested-by: build bot (Jenkins) Reviewed-by: Werner Zeh Reviewed-by: Martin Roth --- src/mainboard/amd/dinar/Kconfig | 5 ----- src/mainboard/amd/torpedo/Kconfig | 5 ----- 2 files changed, 10 deletions(-) (limited to 'src/mainboard/amd') diff --git a/src/mainboard/amd/dinar/Kconfig b/src/mainboard/amd/dinar/Kconfig index a8093fb4bc..ef5fbdf67a 100644 --- a/src/mainboard/amd/dinar/Kconfig +++ b/src/mainboard/amd/dinar/Kconfig @@ -105,11 +105,6 @@ config XHC_BIOS_ID depends on XHC_BIOS default "1022,7812" -config CONSOLE_POST - bool - depends on !NO_POST - default n - config SATA_CONTROLLER_MODE hex default 0x0 diff --git a/src/mainboard/amd/torpedo/Kconfig b/src/mainboard/amd/torpedo/Kconfig index 9f9106f4a7..5492e79dac 100644 --- a/src/mainboard/amd/torpedo/Kconfig +++ b/src/mainboard/amd/torpedo/Kconfig @@ -117,11 +117,6 @@ config DRIVERS_PS2_KEYBOARD bool default y -config CONSOLE_POST - bool - depends on !NO_POST - default y - config SATA_CONTROLLER_MODE hex default 0x0 -- cgit v1.2.3