blob: d268fa51d1f2e7c0ad2679f8f7cb3cb3745a4cf6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
## SPDX-License-Identifier: GPL-2.0-only
config DRIVERS_I2C_RX6110SA
bool
default n
help
Enable support for external RTC chip RX6110 SA.
config RX6110SA_DISABLE_ACPI
bool
default n
help
Disable the generation of an ACPI entry for this RTC. This is helpful
when the native driver for this RTC in OS does not have ACPI support enabled.
|