From: Wu Zhangjin Date: Thu, 2 Jul 2009 15:24:01 +0000 (+0800) Subject: MIPS: Loongson: RTC: Enable legacy RTC driver on fulong X-Git-Tag: v2.6.32-rc1~658^2~28 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=92d1b63dbae0865bee5317ca6b65e0b304dc590d;p=platform%2Fupstream%2Fkernel-adaptation-pc.git MIPS: Loongson: RTC: Enable legacy RTC driver on fulong RTC_LIB is selected by MIPS by default, and therefore, the legacy RTC driver is disabled. but fortunately, RTC_LIB not works on fulong, so, enabling the legcy RTC driver is needed, otherwise, the tools like hwclock will not work. Signed-off-by: Wu Zhangjin Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 3ca0fe1..a383dac 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -6,7 +6,7 @@ config MIPS select HAVE_ARCH_KGDB # Horrible source of confusion. Die, die, die ... select EMBEDDED - select RTC_LIB + select RTC_LIB if !LEMOTE_FULONG mainmenu "Linux/MIPS Kernel Configuration"