Commit 92d1b63dbae0865bee5317ca6b65e0b304dc590d

Authored by Wu Zhangjin
Committed by Ralf Baechle
1 parent f7face03c6

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 <wuzj@lemote.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -6,7 +6,7 @@
6 6 select HAVE_ARCH_KGDB
7 7 # Horrible source of confusion. Die, die, die ...
8 8 select EMBEDDED
9   - select RTC_LIB
  9 + select RTC_LIB if !LEMOTE_FULONG
10 10  
11 11 mainmenu "Linux/MIPS Kernel Configuration"
12 12