diff options
author | Guan Xuetao <gxt@mprc.pku.edu.cn> | 2011-05-26 16:43:27 +0800 |
---|---|---|
committer | Guan Xuetao <gxt@mprc.pku.edu.cn> | 2011-06-09 16:15:24 +0800 |
commit | 2809e80b8a73d556b2302e273966fb15db16c51e (patch) | |
tree | 5698003bbcaaf144e3c6613e325576b5a150edb6 /drivers/rtc/Kconfig | |
parent | 06e86849cf4019945a106913adb9ff0abcc01770 (diff) | |
download | blackbird-op-linux-2809e80b8a73d556b2302e273966fb15db16c51e.tar.gz blackbird-op-linux-2809e80b8a73d556b2302e273966fb15db16c51e.zip |
unicore32: move rtc-puv3.c to drivers/rtc directory
The patch moves rtc driver for PKUnity-v3 SoC from arch/unicore32/kernel/
to drivers/rtc/, with renaming it to rtc-puv3.c.
Also, Kconfig, Makefile, and MAINTAINERS are modified correspondingly.
Signed-off-by: Guan Xuetao <gxt@mprc.pku.edu.cn>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r-- | drivers/rtc/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index f822e13dc04b..ce2aabf5c550 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig @@ -1051,4 +1051,13 @@ config RTC_DRV_TILE Enable support for the Linux driver side of the Tilera hypervisor's real-time clock interface. +config RTC_DRV_PUV3 + tristate "PKUnity v3 RTC support" + depends on ARCH_PUV3 + help + This enables support for the RTC in the PKUnity-v3 SoCs. + + This drive can also be built as a module. If so, the module + will be called rtc-puv3. + endif # RTC_CLASS |