[coreboot-gerrit] New patch to review for coreboot: console: Disable SQUELCH_EARLY_SMP if SMP is not selected

Leroy P Leahy (leroy.p.leahy@intel.com) gerrit at coreboot.org
Tue Feb 9 01:26:10 CET 2016


Leroy P Leahy (leroy.p.leahy at intel.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/13639

-gerrit

commit 4844e09a8a956b7261b4f62516f4d79c38cb14a2
Author: Lee Leahy <leroy.p.leahy at intel.com>
Date:   Mon Feb 8 16:19:56 2016 -0800

    console: Disable SQUELCH_EARLY_SMP if SMP is not selected
    
    Add a "depends on SMP" to the value SQUELCH_EARLY_SMP Kconfig value to
    disable its selection when SMP is not enabled.
    
    TEST=Build for Galileo
    
    Change-Id: Ia3aa1d2169ed793e1bb26538b74b12347453d5af
    Signed-off-by: Lee Leahy <leroy.p.leahy at intel.com>
---
 src/console/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/console/Kconfig b/src/console/Kconfig
index 85b04ef..83adc4f 100644
--- a/src/console/Kconfig
+++ b/src/console/Kconfig
@@ -10,6 +10,7 @@ config BOOTBLOCK_CONSOLE
 config SQUELCH_EARLY_SMP
 	bool "Squelch AP CPUs from early console."
 	default y
+	depends on SMP
 	help
 	  When selected only the BSP CPU will output to early console.
 



More information about the coreboot-gerrit mailing list