summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorAlexander Feilke <[email protected]>2026-05-22 17:39:29 +0200
committerTom Rini <[email protected]>2026-06-05 10:14:24 -0600
commit8294d86b1d9ec63dbe7d145dc67f2385e3290c0a (patch)
tree899aa6a136f2485175eb79c761e95aaf6fd18c9d /drivers
parent059174b9554ef4f366accd75b641447244c00f3c (diff)
drivers: Kconfig: rtc_pcf85063: note unsupported chip features
Signed-off-by: Alexander Feilke <[email protected]>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/rtc/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig
index 65d9bf533cb..3b74770b18a 100644
--- a/drivers/rtc/Kconfig
+++ b/drivers/rtc/Kconfig
@@ -163,6 +163,9 @@ config RTC_PCF85063
help
If you say yes here you get support for the NXP PCF85063 RTC
and compatible chips.
+ Support for the following chip features is currently not implemented:
+ - NVMEM device for RAM register
+ - CLKOUT generation
config RTC_PCF8563
bool "Philips PCF8563"