Change-Id: Ib27894f0f1e03501583fffb2c759b493d6a7b945 Signed-off-by: Martin Roth <gaumless@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/80588 Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
16 lines
300 B
Text
16 lines
300 B
Text
## SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
config DRIVERS_AS3722_RTC
|
|
bool
|
|
default n
|
|
select 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
|