summaryrefslogtreecommitdiffstats
path: root/src/drivers/ams/Kconfig
blob: ed8f3df8683eda90c6c5e819ce849dd1e33273fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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