diff options
Diffstat (limited to 'arch/cris/arch-v10/drivers/Kconfig')
-rw-r--r-- | arch/cris/arch-v10/drivers/Kconfig | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/cris/arch-v10/drivers/Kconfig b/arch/cris/arch-v10/drivers/Kconfig index 10e9b507c1b3..42a6d2ed6523 100644 --- a/arch/cris/arch-v10/drivers/Kconfig +++ b/arch/cris/arch-v10/drivers/Kconfig | |||
@@ -596,18 +596,6 @@ config ETRAX_PB_CHANGEABLE_BITS | |||
596 | Bit set = changeable. | 596 | Bit set = changeable. |
597 | You probably want 00 here. | 597 | You probably want 00 here. |
598 | 598 | ||
599 | config ETRAX_RTC | ||
600 | bool "Real Time Clock support" | ||
601 | depends on ETRAX_ARCH_V10 | ||
602 | help | ||
603 | Enables drivers for the Real-Time Clock battery-backed chips on | ||
604 | some products. The kernel reads the time when booting, and | ||
605 | the date can be set using ioctl(fd, RTC_SET_TIME, &rt) with rt a | ||
606 | rtc_time struct (see <file:include/asm-cris/rtc.h>) on the /dev/rtc | ||
607 | device, major 121. You can check the time with cat /proc/rtc, but | ||
608 | normal time reading should be done using libc function time and | ||
609 | friends. | ||
610 | |||
611 | config ETRAX_DS1302_RST_ON_GENERIC_PORT | 599 | config ETRAX_DS1302_RST_ON_GENERIC_PORT |
612 | bool "DS1302 RST on Generic Port" | 600 | bool "DS1302 RST on Generic Port" |
613 | depends on ETRAX_DS1302 | 601 | depends on ETRAX_DS1302 |