diff options
| author | Joshua Henderson <joshua.henderson@microchip.com> | 2016-02-25 12:30:44 -0500 |
|---|---|---|
| committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2016-03-14 12:08:21 -0400 |
| commit | 51aa905c912385ee99791b2ced80646f37b9fe0a (patch) | |
| tree | a5e8fe2528353749213fd6b87c599ca6b9b404d9 /drivers/rtc/Kconfig | |
| parent | af556c11f08bbe14a6be8936d5c155fb6694f566 (diff) | |
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>
Diffstat (limited to 'drivers/rtc/Kconfig')
| -rw-r--r-- | drivers/rtc/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index f8a67e792fdd..2bcc861bda59 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
| @@ -1641,6 +1641,16 @@ config RTC_DRV_XGENE | |||
| 1641 | This driver can also be built as a module, if so, the module | 1641 | This driver can also be built as a module, if so, the module |
| 1642 | will be called "rtc-xgene". | 1642 | will be called "rtc-xgene". |
| 1643 | 1643 | ||
| 1644 | config RTC_DRV_PIC32 | ||
| 1645 | tristate "Microchip PIC32 RTC" | ||
| 1646 | depends on MACH_PIC32 | ||
| 1647 | default y | ||
| 1648 | help | ||
| 1649 | If you say yes here you get support for the PIC32 RTC module. | ||
| 1650 | |||
| 1651 | This driver can also be built as a module. If so, the module | ||
| 1652 | will be called rtc-pic32 | ||
| 1653 | |||
| 1644 | comment "HID Sensor RTC drivers" | 1654 | comment "HID Sensor RTC drivers" |
| 1645 | 1655 | ||
| 1646 | config RTC_DRV_HID_SENSOR_TIME | 1656 | config RTC_DRV_HID_SENSOR_TIME |
