aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/rtc')
-rw-r--r--drivers/rtc/Kconfig4
-rw-r--r--drivers/rtc/rtc-max8997.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig
index 79fbe3832dfc..0c81915b1997 100644
--- a/drivers/rtc/Kconfig
+++ b/drivers/rtc/Kconfig
@@ -402,7 +402,7 @@ config RTC_DRV_TPS6586X
402 tristate "TI TPS6586X RTC driver" 402 tristate "TI TPS6586X RTC driver"
403 depends on MFD_TPS6586X 403 depends on MFD_TPS6586X
404 help 404 help
405 TI Power Managment IC TPS6586X supports RTC functionality 405 TI Power Management IC TPS6586X supports RTC functionality
406 along with alarm. This driver supports the RTC driver for 406 along with alarm. This driver supports the RTC driver for
407 the TPS6586X RTC module. 407 the TPS6586X RTC module.
408 408
@@ -420,7 +420,7 @@ config RTC_DRV_TPS80031
420 tristate "TI TPS80031/TPS80032 RTC driver" 420 tristate "TI TPS80031/TPS80032 RTC driver"
421 depends on MFD_TPS80031 421 depends on MFD_TPS80031
422 help 422 help
423 TI Power Managment IC TPS80031 supports RTC functionality 423 TI Power Management IC TPS80031 supports RTC functionality
424 along with alarm. This driver supports the RTC driver for 424 along with alarm. This driver supports the RTC driver for
425 the TPS80031 RTC module. 425 the TPS80031 RTC module.
426 426
diff --git a/drivers/rtc/rtc-max8997.c b/drivers/rtc/rtc-max8997.c
index 00e505b6bee3..f15202c771da 100644
--- a/drivers/rtc/rtc-max8997.c
+++ b/drivers/rtc/rtc-max8997.c
@@ -24,7 +24,7 @@
24/* Module parameter for WTSR function control */ 24/* Module parameter for WTSR function control */
25static int wtsr_en = 1; 25static int wtsr_en = 1;
26module_param(wtsr_en, int, 0444); 26module_param(wtsr_en, int, 0444);
27MODULE_PARM_DESC(wtsr_en, "Wachdog Timeout & Sofware Reset (default=on)"); 27MODULE_PARM_DESC(wtsr_en, "Watchdog Timeout & Software Reset (default=on)");
28/* Module parameter for SMPL function control */ 28/* Module parameter for SMPL function control */
29static int smpl_en = 1; 29static int smpl_en = 1;
30module_param(smpl_en, int, 0444); 30module_param(smpl_en, int, 0444);