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

Martin Roth (martinroth@google.com) gerrit at coreboot.org
Fri Nov 20 03:02:23 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/12499

-gerrit

commit 8d068b25926f2042fc19a201e1d1030712ef6ab5
Author: Martin Roth <martinroth at google.com>
Date:   Thu Nov 19 19:02:07 2015 -0700

    drivers/ti/tps65913: 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: Ib51272f35baa32fe5f3dc369c7f554c77bc2add1
    Signed-off-by: Martin Roth <martinroth at google.com>
---
 src/drivers/ti/tps65913/Kconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/drivers/ti/tps65913/Kconfig b/src/drivers/ti/tps65913/Kconfig
index 0f3ebdf..5da1793 100644
--- a/src/drivers/ti/tps65913/Kconfig
+++ b/src/drivers/ti/tps65913/Kconfig
@@ -26,7 +26,9 @@ config DRIVERS_TI_TPS65913_RTC
 config DRIVERS_TI_TPS65913_RTC_BUS
 	int "TI TPS65913 RTC bus"
 	depends on DRIVERS_TI_TPS65913_RTC
+	default 0
 
 config DRIVERS_TI_TPS65913_RTC_ADDR
 	hex "TI TPS65913 RTC chip address"
 	depends on DRIVERS_TI_TPS65913_RTC
+	default 0x00



More information about the coreboot-gerrit mailing list