You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
rtc: pic32: Add PIC32 real time clock driver
This driver adds support for the PIC32 real time clock and calendar peripheral: - reading and setting time - alarms provided by dedicated IRQ Signed-off-by: Joshua Henderson <joshua.henderson@microchip.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
This commit is contained in:
committed by
Alexandre Belloni
parent
af556c11f0
commit
51aa905c91
@@ -1641,6 +1641,16 @@ config RTC_DRV_XGENE
|
||||
This driver can also be built as a module, if so, the module
|
||||
will be called "rtc-xgene".
|
||||
|
||||
config RTC_DRV_PIC32
|
||||
tristate "Microchip PIC32 RTC"
|
||||
depends on MACH_PIC32
|
||||
default y
|
||||
help
|
||||
If you say yes here you get support for the PIC32 RTC module.
|
||||
|
||||
This driver can also be built as a module. If so, the module
|
||||
will be called rtc-pic32
|
||||
|
||||
comment "HID Sensor RTC drivers"
|
||||
|
||||
config RTC_DRV_HID_SENSOR_TIME
|
||||
|
||||
Reference in New Issue
Block a user