diff options
Diffstat (limited to 'arch/cris/Kconfig')
-rw-r--r-- | arch/cris/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/cris/Kconfig b/arch/cris/Kconfig index 17addacb169e..408b055c585f 100644 --- a/arch/cris/Kconfig +++ b/arch/cris/Kconfig | |||
@@ -282,8 +282,8 @@ config ETRAX_RTC | |||
282 | Enables drivers for the Real-Time Clock battery-backed chips on | 282 | Enables drivers for the Real-Time Clock battery-backed chips on |
283 | some products. The kernel reads the time when booting, and | 283 | some products. The kernel reads the time when booting, and |
284 | the date can be set using ioctl(fd, RTC_SET_TIME, &rt) with rt a | 284 | the date can be set using ioctl(fd, RTC_SET_TIME, &rt) with rt a |
285 | rtc_time struct (see <file:include/asm-cris/rtc.h>) on the /dev/rtc | 285 | rtc_time struct (see <file:arch/cris/include/asm/rtc.h>) on the |
286 | device. You can check the time with cat /proc/rtc, but | 286 | /dev/rtc device. You can check the time with cat /proc/rtc, but |
287 | normal time reading should be done using libc function time and | 287 | normal time reading should be done using libc function time and |
288 | friends. | 288 | friends. |
289 | 289 | ||