diff options
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r-- | drivers/rtc/Kconfig | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index dcb61e23b985..5a538fc1cc85 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -1006,10 +1006,10 @@ config RTC_DRV_MC13XXX | |||
1006 | 1006 | ||
1007 | config RTC_DRV_MPC5121 | 1007 | config RTC_DRV_MPC5121 |
1008 | tristate "Freescale MPC5121 built-in RTC" | 1008 | tristate "Freescale MPC5121 built-in RTC" |
1009 | depends on PPC_MPC512x && RTC_CLASS | 1009 | depends on PPC_MPC512x || PPC_MPC52xx |
1010 | help | 1010 | help |
1011 | If you say yes here you will get support for the | 1011 | If you say yes here you will get support for the |
1012 | built-in RTC MPC5121. | 1012 | built-in RTC on MPC5121 or on MPC5200. |
1013 | 1013 | ||
1014 | This driver can also be built as a module. If so, the module | 1014 | This driver can also be built as a module. If so, the module |
1015 | will be called rtc-mpc5121. | 1015 | will be called rtc-mpc5121. |
@@ -1034,6 +1034,16 @@ config RTC_DRV_LPC32XX | |||
1034 | This driver can also be buillt as a module. If so, the module | 1034 | This driver can also be buillt as a module. If so, the module |
1035 | will be called rtc-lpc32xx. | 1035 | will be called rtc-lpc32xx. |
1036 | 1036 | ||
1037 | config RTC_DRV_PM8XXX | ||
1038 | tristate "Qualcomm PMIC8XXX RTC" | ||
1039 | depends on MFD_PM8XXX | ||
1040 | help | ||
1041 | If you say yes here you get support for the | ||
1042 | Qualcomm PMIC8XXX RTC. | ||
1043 | |||
1044 | To compile this driver as a module, choose M here: the | ||
1045 | module will be called rtc-pm8xxx. | ||
1046 | |||
1037 | config RTC_DRV_TEGRA | 1047 | config RTC_DRV_TEGRA |
1038 | tristate "NVIDIA Tegra Internal RTC driver" | 1048 | tristate "NVIDIA Tegra Internal RTC driver" |
1039 | depends on RTC_CLASS && ARCH_TEGRA | 1049 | depends on RTC_CLASS && ARCH_TEGRA |