summaryrefslogtreecommitdiffstats
path: root/src/drivers/ams
diff options
context:
space:
mode:
authorMartin Roth <martinroth@google.com>2015-11-19 19:01:20 -0700
committerMartin Roth <martinroth@google.com>2015-11-22 01:39:44 +0100
commitffa40544839318fb444dd9c213fa77da8a4ea38c (patch)
tree9dd812cc10cdccc27f17efea5489a72dc2ae4cc8 /src/drivers/ams
parent37f4565b8b9da60c817572b0e9dd161b5815deee (diff)
downloadcoreboot-ffa40544839318fb444dd9c213fa77da8a4ea38c.tar.gz
coreboot-ffa40544839318fb444dd9c213fa77da8a4ea38c.tar.bz2
coreboot-ffa40544839318fb444dd9c213fa77da8a4ea38c.zip
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 <martinroth@google.com> Reviewed-on: http://review.coreboot.org/12498 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/ams')
-rw-r--r--src/drivers/ams/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/drivers/ams/Kconfig b/src/drivers/ams/Kconfig
index 672944361161..30e86672ae3d 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