From 59fc07b3e9d926bdb28c4a3e3e81f103a05e5fd4 Mon Sep 17 00:00:00 2001 From: Arnd Bergmann Date: Fri, 9 Mar 2018 16:15:59 +0100 Subject: char: remove obsolete ds1302 rtc driver The m32r architecture was the only user of the old-style rtc driver for ds1302. The architecture is getting removed now, and we have a modern driver for the same hardware in drivers/rtc/rtc-ds1302.c, so this one won't be missed. Acked-by: Greg Kroah-Hartman Signed-off-by: Arnd Bergmann --- drivers/char/Kconfig | 9 --------- 1 file changed, 9 deletions(-) (limited to 'drivers/char/Kconfig') diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig index c28dca0c613d..3f9561186ad7 100644 --- a/drivers/char/Kconfig +++ b/drivers/char/Kconfig @@ -346,15 +346,6 @@ config EFI_RTC bool "EFI Real Time Clock Services" depends on IA64 -config DS1302 - tristate "DS1302 RTC support" - depends on M32R && (PLAT_M32700UT || PLAT_OPSPUT) - help - If you say Y here and create a character special file /dev/rtc with - major number 121 and minor number 0 using mknod ("man mknod"), you - will get access to the real time clock (or hardware clock) built - into your computer. - endif # RTC_LIB config DTLK -- cgit v1.2.3-59-g8ed1b