diff options
author | Lukasz Majewski | 2018-11-22 14:54:31 +0100 |
---|---|---|
committer | Tom Rini | 2018-12-03 10:44:10 -0500 |
commit | d27db67e6b130972441ea27344d09395dee0ae42 (patch) | |
tree | 6e2fa7375c91b1e619acb8ae5f4362ec746e55d8 /drivers/rtc | |
parent | 0c07a9b4078d7a414674e5548c428994df1842bf (diff) |
Kconfig: Migrate CONFIG_RTC_M41T62 define to Kconfig
This patch moves the RTC M41T62 config define to Kconfig.
Signed-off-by: Lukasz Majewski <lukma@denx.de>
Reviewed-by: Stefan Roese <sr@denx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/rtc')
-rw-r--r-- | drivers/rtc/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 6038b43230d..fd0009b2e2d 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig @@ -104,4 +104,10 @@ config RTC_MC146818 clock with a wide array of features and 50 bytes of general-purpose, battery-backed RAM. The driver supports access to the clock and RAM. +config RTC_M41T62 + bool "Enable M41T62 driver" + help + Enable driver for ST's M41T62 compatible RTC devices (like RV-4162). + It is a serial (I2C) real-time clock (RTC) with alarm. + endmenu |