Commit 5bccae6 1 parent 5e0d121 commit 5bccae6 Copy full SHA for 5bccae6
File tree 5 files changed +658
-0
lines changed
include/linux/mfd/samsung
5 files changed +658
-0
lines changed Original file line number Diff line number Diff line change @@ -497,6 +497,16 @@ config RTC_DRV_RV3029C2
497
497
This driver can also be built as a module. If so, the module
498
498
will be called rtc-rv3029c2.
499
499
500
+ config RTC_DRV_S5M
501
+ tristate "Samsung S5M series"
502
+ depends on MFD_SEC_CORE
503
+ help
504
+ If you say yes here you will get support for the
505
+ RTC of Samsung S5M PMIC series.
506
+
507
+ This driver can also be built as a module. If so, the module
508
+ will be called rtc-s5m.
509
+
500
510
endif # I2C
501
511
502
512
comment "SPI RTC drivers"
Original file line number Diff line number Diff line change @@ -107,6 +107,7 @@ obj-$(CONFIG_RTC_DRV_RX8025) += rtc-rx8025.o
107
107
obj-$(CONFIG_RTC_DRV_RX8581) += rtc-rx8581.o
108
108
obj-$(CONFIG_RTC_DRV_S35390A) += rtc-s35390a.o
109
109
obj-$(CONFIG_RTC_DRV_S3C) += rtc-s3c.o
110
+ obj-$(CONFIG_RTC_DRV_S5M) += rtc-s5m.o
110
111
obj-$(CONFIG_RTC_DRV_SA1100) += rtc-sa1100.o
111
112
obj-$(CONFIG_RTC_DRV_SH) += rtc-sh.o
112
113
obj-$(CONFIG_RTC_DRV_SNVS) += rtc-snvs.o
You can’t perform that action at this time.
0 commit comments