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>
This commit is contained in:
parent
ffa4054483
commit
167c03ad4a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue