diff options
author | Arnd Bergmann | 2018-03-09 16:15:59 +0100 |
---|---|---|
committer | Arnd Bergmann | 2018-03-26 15:56:32 +0200 |
commit | 59fc07b3e9d926bdb28c4a3e3e81f103a05e5fd4 (patch) | |
tree | 536785905d3df14b6745398d18e0cac6a8187892 /drivers/char/Kconfig | |
parent | 111f750389e0862ad01080fa39e84beb94cbfc8f (diff) |
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 <gregkh@linuxfoundation.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'drivers/char/Kconfig')
-rw-r--r-- | drivers/char/Kconfig | 9 |
1 files changed, 0 insertions, 9 deletions
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 |