[coreboot-gerrit] New patch to review for coreboot: google/reef: set DRIVER_I2C Kconfig symbols to type bool

Martin Roth (martinroth@google.com) gerrit at coreboot.org
Wed Nov 9 21:40:47 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/17344

-gerrit

commit 70feddfd339b67ae504e0ba277ddd6ce7721539c
Author: Martin Roth <martinroth at google.com>
Date:   Wed Nov 9 13:40:19 2016 -0700

    google/reef: set DRIVER_I2C Kconfig symbols to type bool
    
    These symbols were defined, but did not have a type specified.
    
    I'll add a check for that in the kconfig_lint tool.
    
    Change-Id: I9ce287f4feb7a9bc0cb6901488cbbcef135eca5a
    Signed-off-by: Martin Roth <martinroth at google.com>
---
 src/mainboard/google/reef/Kconfig | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/mainboard/google/reef/Kconfig b/src/mainboard/google/reef/Kconfig
index 7dc46c9..517c9a6 100644
--- a/src/mainboard/google/reef/Kconfig
+++ b/src/mainboard/google/reef/Kconfig
@@ -36,16 +36,16 @@ config CHROMEOS
 	select LID_SWITCH if BASEBOARD_REEF_LAPTOP
 
 config DRIVERS_I2C_DA7219
-	default y
+	def_bool y
 
 config DRIVERS_I2C_GENERIC
-	default y
+	def_bool y
 
 config DRIVERS_I2C_WACOM_TS
-	default y
+	def_bool y
 
 config DRIVERS_PS2_KEYBOARD
-	default y
+	def_bool y
 
 config MAINBOARD_DIR
 	string



More information about the coreboot-gerrit mailing list