]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drivers/rtc/Kconfig: disable RTC_DRV_CMOS on Atari
authorGeert Uytterhoeven <geert@linux-m68k.org>
Fri, 3 Jan 2014 03:10:23 +0000 (14:10 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 3 Jan 2014 03:10:23 +0000 (14:10 +1100)
commitfb804c1ec59f708fe2c8c4163a5d859f4848faa9
tree33e0ac096615b74bd62da68c58c33be8c86f47da
parent980069e4b60725a89a37eaf634f54a9af0fa1c15
drivers/rtc/Kconfig: disable RTC_DRV_CMOS on Atari

On ARAnyM (emulating an Atari Falcon, which doesn't have an RTC IRQ, as
the Second Multi Function Peripheral MFP 68901 is available on Atari TT
only), rtc-cmos doesn't work well:

  - The date is of by 32 years (2045 instead of 2013):

    rtc_cmos rtc_cmos: setting system clock to 2045-12-02 10:56:17 UTC
    (2395824977)

  - The hwclock utility doesn't work:

    hwclock: ioctl() to /dev/rtc to turn on update interrupts failed
    unexpectedly, errno=5: Input/output error.

As rtc-generic works fine for the RTC part, and nvram works for the NVRAM
part, we'll continue on using that.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/rtc/Kconfig