From ffa40544839318fb444dd9c213fa77da8a4ea38c Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Thu, 19 Nov 2015 19:01:20 -0700 Subject: 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 Reviewed-on: http://review.coreboot.org/12498 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer Reviewed-by: Furquan Shaikh --- src/drivers/ams/Kconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/drivers/ams/Kconfig b/src/drivers/ams/Kconfig index 6729443611..30e86672ae 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 -- cgit v1.2.3