[coreboot-gerrit] New patch to review for coreboot: drivers/ams: Set default values in Kconfig

Martin Roth (martinroth@google.com) gerrit at coreboot.org
Fri Nov 20 03:02:22 CET 2015


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

-gerrit

commit bc9efafe140e4443725e152ae2412d8d08164faa
Author: Martin Roth <martinroth at google.com>
Date:   Thu Nov 19 19:01:20 2015 -0700

    drivers/ams: Set default values in Kconfig
    
    Set default values for the hex and int kconfig symbols so they don't
    come up as undefined.
    
    Change-Id: If104cbf7d84719a63fb80aa955efa8baa3953d09
    Signed-off-by: Martin Roth <martinroth at google.com>
---
 src/drivers/ams/Kconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/drivers/ams/Kconfig b/src/drivers/ams/Kconfig
index 6729443..30e8667 100644
--- a/src/drivers/ams/Kconfig
+++ b/src/drivers/ams/Kconfig
@@ -6,7 +6,9 @@ config DRIVERS_AS3722_RTC
 config DRIVERS_AS3722_RTC_BUS
 	int "AS3722 RTC bus"
 	depends on DRIVERS_AS3722_RTC
+	default 0
 
 config DRIVERS_AS3722_RTC_ADDR
 	hex "AS3722 RTC chip address"
 	depends on DRIVERS_AS3722_RTC
+	default 0x00



More information about the coreboot-gerrit mailing list