diff options
Diffstat (limited to 'drivers/rtc/Kconfig')
| -rw-r--r-- | drivers/rtc/Kconfig | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index cdd97192dc69..e1878877399c 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
| @@ -97,6 +97,18 @@ config RTC_INTF_DEV | |||
| 97 | 97 | ||
| 98 | If unsure, say Y. | 98 | If unsure, say Y. |
| 99 | 99 | ||
| 100 | config RTC_INTF_DEV_UIE_EMUL | ||
| 101 | bool "RTC UIE emulation on dev interface" | ||
| 102 | depends on RTC_INTF_DEV | ||
| 103 | help | ||
| 104 | Provides an emulation for RTC_UIE if the underlying rtc chip | ||
| 105 | driver does not expose RTC_UIE ioctls. Those requests generate | ||
| 106 | once-per-second update interrupts, used for synchronization. | ||
| 107 | |||
| 108 | The emulation code will read the time from the hardware | ||
| 109 | clock several times per second, please enable this option | ||
| 110 | only if you know that you really need it. | ||
| 111 | |||
| 100 | config RTC_DRV_TEST | 112 | config RTC_DRV_TEST |
| 101 | tristate "Test driver/device" | 113 | tristate "Test driver/device" |
| 102 | help | 114 | help |
| @@ -973,4 +985,14 @@ config RTC_DRV_LPC32XX | |||
| 973 | This driver can also be buillt as a module. If so, the module | 985 | This driver can also be buillt as a module. If so, the module |
| 974 | will be called rtc-lpc32xx. | 986 | will be called rtc-lpc32xx. |
| 975 | 987 | ||
| 988 | config RTC_DRV_TEGRA | ||
| 989 | tristate "NVIDIA Tegra Internal RTC driver" | ||
| 990 | depends on RTC_CLASS && ARCH_TEGRA | ||
| 991 | help | ||
| 992 | If you say yes here you get support for the | ||
| 993 | Tegra 200 series internal RTC module. | ||
| 994 | |||
| 995 | This drive can also be built as a module. If so, the module | ||
| 996 | will be called rtc-tegra. | ||
| 997 | |||
| 976 | endif # RTC_CLASS | 998 | endif # RTC_CLASS |
