diff options
author | Chris Metcalf <cmetcalf@tilera.com> | 2011-05-09 13:28:43 -0400 |
---|---|---|
committer | Chris Metcalf <cmetcalf@tilera.com> | 2011-05-17 14:44:36 -0400 |
commit | dd196a2b3dbd192ff3ccf263d12b59bf22572958 (patch) | |
tree | c2639777ee4022a67ca562242c1edd82a4a10466 /drivers/rtc/Kconfig | |
parent | 18aecc2b645bbb07851b196452a2af314222069b (diff) |
tile: add an RTC driver for the Tilera hypervisor
This is a simple RTC driver that lets Tilera hardware boot up and
set the clock correctly.
Acked-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r-- | drivers/rtc/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index e1878877399c..d2c615fcaa10 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -995,4 +995,11 @@ config RTC_DRV_TEGRA | |||
995 | This drive can also be built as a module. If so, the module | 995 | This drive can also be built as a module. If so, the module |
996 | will be called rtc-tegra. | 996 | will be called rtc-tegra. |
997 | 997 | ||
998 | config RTC_DRV_TILE | ||
999 | tristate "Tilera hypervisor RTC support" | ||
1000 | depends on TILE | ||
1001 | help | ||
1002 | Enable support for the Linux driver side of the Tilera | ||
1003 | hypervisor's real-time clock interface. | ||
1004 | |||
998 | endif # RTC_CLASS | 1005 | endif # RTC_CLASS |