xref: /aosp_15_r20/external/coreboot/src/drivers/ams/Kconfig (revision b9411a12aaaa7e1e6a6fb7c5e057f44ee179a49c)
1## SPDX-License-Identifier: GPL-2.0-only
2
3config DRIVERS_AS3722_RTC
4	bool
5	default n
6	select RTC
7
8config DRIVERS_AS3722_RTC_BUS
9	int "AS3722 RTC bus"
10	depends on DRIVERS_AS3722_RTC
11	default 0
12
13config DRIVERS_AS3722_RTC_ADDR
14	hex "AS3722 RTC chip address"
15	depends on DRIVERS_AS3722_RTC
16	default 0x00
17