blob: 90fa41b7b68bf278c442fd59ad8e0984c4f5b359 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
## 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
|