• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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