diff options
author | Martin Roth <martinroth@google.com> | 2015-11-19 19:02:07 -0700 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2015-11-22 01:40:00 +0100 |
commit | 167c03ad4ac7f9221a8902f5500ea7f891e2ed65 (patch) | |
tree | 73870f96dcc10cb48044b9d303c1321dbde7322c /src/drivers/ti | |
parent | ffa40544839318fb444dd9c213fa77da8a4ea38c (diff) |
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@google.com>
Reviewed-on: http://review.coreboot.org/12499
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-by: Furquan Shaikh <furquan@google.com>
Diffstat (limited to 'src/drivers/ti')
-rw-r--r-- | src/drivers/ti/tps65913/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
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 |