summaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
authorArnd Bergmann2018-08-28 16:26:30 +0200
committerAlexandre Belloni2018-09-08 10:10:26 +0200
commit05a0a34418699ea2ced1fe6e081b91c0e1065690 (patch)
tree28e6fdfd5caccd0ae922e53983b7326c47009b68 /arch/mips/Kconfig
parentrtc: mrst: remove set but not used variable 'valid' (diff)
downloadkernel-qcow2-linux-05a0a34418699ea2ced1fe6e081b91c0e1065690.tar.gz
kernel-qcow2-linux-05a0a34418699ea2ced1fe6e081b91c0e1065690.tar.xz
kernel-qcow2-linux-05a0a34418699ea2ced1fe6e081b91c0e1065690.zip
rtc: mips: default to rtc-cmos on mips
The old rtc driver is getting in the way of some compat_ioctl simplification. Looking up the loongson64 git history, it seems that everyone uses the more modern but compatible RTC_CMOS driver anyway, so let's remove the special case for loongson64. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r--arch/mips/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 35511999156a..c695825d9377 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -75,7 +75,7 @@ config MIPS
select MODULES_USE_ELF_RELA if MODULES && 64BIT
select MODULES_USE_ELF_REL if MODULES
select PERF_USE_VMALLOC
- select RTC_LIB if !MACH_LOONGSON64
+ select RTC_LIB
select SYSCTL_EXCEPTION_TRACE
select VIRT_TO_BUS