aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/Kconfig
diff options
context:
space:
mode:
authorJoshua Henderson <joshua.henderson@microchip.com>2016-02-25 10:30:44 -0700
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>2016-03-14 17:08:21 +0100
commit51aa905c912385ee99791b2ced80646f37b9fe0a (patch)
treea5e8fe2528353749213fd6b87c599ca6b9b404d9 /drivers/rtc/Kconfig
parentaf556c11f08bbe14a6be8936d5c155fb6694f566 (diff)
downloadlinux-51aa905c912385ee99791b2ced80646f37b9fe0a.tar.gz
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 f8a67e792fdde..2bcc861bda594 100644
--- a/drivers/rtc/Kconfig
+++ b/drivers/rtc/Kconfig
@@ -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