diff options
| author | Tom Rini <[email protected]> | 2018-12-03 16:23:03 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2018-12-03 16:23:03 -0500 |
| commit | cf7c6f533331ff032d8949663ab2abe618da9cb4 (patch) | |
| tree | 05b83585e594685f83f626c21071172be1d607e5 /drivers/rtc/Kconfig | |
| parent | 8f5bfb7615e82ffccebf79530b08034f81e56268 (diff) | |
| parent | fb0204e48b3e5ed5ecdfab89229140b6d4a1a08b (diff) | |
Merge branch '2018-12-03-master-imports'
- Baltos platform updates
- rtc m41t62 converted to DM.
- PowerPC MPC8xx DM conversion
- Verified boot updates
Diffstat (limited to 'drivers/rtc/Kconfig')
| -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 |
