From 167c03ad4ac7f9221a8902f5500ea7f891e2ed65 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Thu, 19 Nov 2015 19:02:07 -0700 Subject: 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 Reviewed-on: http://review.coreboot.org/12499 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer Reviewed-by: Furquan Shaikh --- src/drivers/ti/tps65913/Kconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/drivers/ti/tps65913') diff --git a/src/drivers/ti/tps65913/Kconfig b/src/drivers/ti/tps65913/Kconfig index 0f3ebdf8ec..5da17931b1 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 -- cgit v1.2.3