summaryrefslogtreecommitdiffstats
path: root/src/drivers/i2c/rx6110sa/Kconfig
blob: 7f3febc1ea67278e0d0230f8c1b0195aae3d8154 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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.