Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 92d1b63d authored by Wu Zhangjin's avatar Wu Zhangjin Committed by Ralf Baechle
Browse files

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: default avatarWu Zhangjin <wuzj@lemote.com>
Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent f7face03
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"