[coreboot-gerrit] New patch to review for coreboot: intel/braswell: Create C0_DISP_SUPPORT symbol in Kconfig

Martin Roth (martinroth@google.com) gerrit at coreboot.org
Mon Jan 4 20:43:37 CET 2016


Martin Roth (martinroth at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/12823

-gerrit

commit 1b25906eebadd5d4571a3d22b98716347ad21cc8
Author: Martin Roth <martinroth at google.com>
Date:   Mon Jan 4 12:43:22 2016 -0700

    intel/braswell: Create C0_DISP_SUPPORT symbol in Kconfig
    
    This symbol is used in the google/cyan and intel/strago mainboards
    but is not actually defined anywhere.
    
    Change-Id: If4854116a41f79d962d374e02bb5926e74d8422b
    Signed-off-by: Martin Roth <martinroth at google.com>
---
 src/soc/intel/braswell/Kconfig | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/soc/intel/braswell/Kconfig b/src/soc/intel/braswell/Kconfig
index 11d946a..2ffae39 100644
--- a/src/soc/intel/braswell/Kconfig
+++ b/src/soc/intel/braswell/Kconfig
@@ -140,4 +140,7 @@ config CHIPSET_BOOTBLOCK_INCLUDE
 	string
 	default "soc/intel/braswell/bootblock/timestamp.inc"
 
+config C0_DISP_SUPPORT
+	def_bool n
+
 endif



More information about the coreboot-gerrit mailing list