diff options
author | Martin Roth <martinroth@google.com> | 2015-11-19 19:01:20 -0700 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2015-11-22 01:39:44 +0100 |
commit | ffa40544839318fb444dd9c213fa77da8a4ea38c (patch) | |
tree | 9dd812cc10cdccc27f17efea5489a72dc2ae4cc8 /src/drivers/ams | |
parent | 37f4565b8b9da60c817572b0e9dd161b5815deee (diff) |
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/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
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 |