diff options
author | Ivan Grimaldi <grimaldi.ivan@gmail.com> | 2015-09-18 17:27:57 +0200 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2015-11-08 14:12:23 +0100 |
commit | fa395fb8fc3206cdd70b046e0b98168576cc71ef (patch) | |
tree | d82868266fb4b87719ad11ea98d4db97dbc35378 /drivers/rtc/Kconfig | |
parent | 2ec68825fc55d1ddeb04ab861f3bfdbaa8e9f3c4 (diff) |
rtc: ds1390: Add trickle charger device tree binding
Introduce a device tree binding for specifying the trickle charger
configuration for ds1390.
Signed-off-by: Ivan Grimaldi <grimaldi.ivan@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r-- | drivers/rtc/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 9d4290617cee..57c2dbc4f438 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig @@ -666,8 +666,8 @@ config RTC_DRV_DS1390 If you say yes here you get support for the Dallas/Maxim DS1390/93/94 chips. - This driver only supports the RTC feature, and not other chip - features such as alarms and trickle charging. + This driver supports the RTC feature and trickle charging but not + other chip features such as alarms. This driver can also be built as a module. If so, the module will be called rtc-ds1390. |