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 /arch/unicore32/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 'arch/unicore32/Kconfig')
-rw-r--r-- | arch/unicore32/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/unicore32/Kconfig b/arch/unicore32/Kconfig index d3a303246c9f..e57dcce9bfda 100644 --- a/arch/unicore32/Kconfig +++ b/arch/unicore32/Kconfig @@ -231,10 +231,6 @@ config PUV3_PWM help Enable support for NB0916 PWM controllers -config PUV3_RTC - tristate "PKUnity v3 RTC Support" - depends on !ARCH_FPGA - if PUV3_NB0916 menu "PKUnity NetBook-0916 Features" |