aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/Kconfig
diff options
context:
space:
mode:
authorJoshua Henderson <joshua.henderson@microchip.com>2016-02-25 12:30:44 -0500
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>2016-03-14 12:08:21 -0400
commit51aa905c912385ee99791b2ced80646f37b9fe0a (patch)
treea5e8fe2528353749213fd6b87c599ca6b9b404d9 /drivers/rtc/Kconfig
parentaf556c11f08bbe14a6be8936d5c155fb6694f566 (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/Kconfig10
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
1644config 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
1644comment "HID Sensor RTC drivers" 1654comment "HID Sensor RTC drivers"
1645 1655
1646config RTC_DRV_HID_SENSOR_TIME 1656config RTC_DRV_HID_SENSOR_TIME