diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2013-03-20 13:43:48 +0400 |
---|---|---|
committer | Jesper Nilsson <jespern@axis.com> | 2013-09-10 19:28:19 +0400 |
commit | 569fa26319203a41238e83340c54639eadfea89b (patch) | |
tree | 44121fed5c8924ac2033234e887179bd572f4e0b /arch/cris/Kconfig | |
parent | 96184b606fa02ba8f6fe00a074d7d43617995008 (diff) | |
download | linux-569fa26319203a41238e83340c54639eadfea89b.tar.xz |
CRIS: Remove last traces of legacy RTC drivers
These legacy drivers were removed in commit
9c75fc8c5c8c50775fc8b89418219221335b758f ("CRIS: Remove legacy RTC
drivers"). Now remove their last traces in two Kconfig files and one
Makefile.
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Jesper Nilsson <jespern@axis.com>
Diffstat (limited to 'arch/cris/Kconfig')
-rw-r--r-- | arch/cris/Kconfig | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/arch/cris/Kconfig b/arch/cris/Kconfig index cf0e3bc6d150..d4b6626ec323 100644 --- a/arch/cris/Kconfig +++ b/arch/cris/Kconfig @@ -269,38 +269,6 @@ config ETRAX_AXISFLASHMAP This option enables MTD mapping of flash devices. Needed to use flash memories. If unsure, say Y. -config ETRAX_RTC - bool "Real Time Clock support" - depends on ETRAX_I2C - help - Enables drivers for the Real-Time Clock battery-backed chips on - some products. The kernel reads the time when booting, and - the date can be set using ioctl(fd, RTC_SET_TIME, &rt) with rt a - rtc_time struct (see <file:arch/cris/include/asm/rtc.h>) on the - /dev/rtc device. You can check the time with cat /proc/rtc, but - normal time reading should be done using libc function time and - friends. - -choice - prompt "RTC chip" - depends on ETRAX_RTC - default ETRAX_DS1302 - -config ETRAX_DS1302 - depends on ETRAX_ARCH_V10 - bool "DS1302" - help - Enables the driver for the DS1302 Real-Time Clock battery-backed - chip on some products. - -config ETRAX_PCF8563 - bool "PCF8563" - help - Enables the driver for the PCF8563 Real-Time Clock battery-backed - chip on some products. - -endchoice - config ETRAX_SYNCHRONOUS_SERIAL bool "Synchronous serial-port support" help |