[PATCH] Disable CONFIG_RTC on ppc64.
Paul Mackerras
paulus at samba.org
Thu Nov 17 22:04:34 EST 2005
David Woodhouse writes:
> The CONFIG_RTC option no longer does what it used to do. It used to
> provide RTC functionality on ppc64 machines; now it just causes an
It did? Not on partitioned systems, presumably. Anyway, ppc64 had
its own /dev/misc/rtc implementation in arch/ppc64/kernel/rtc.c.
Which, as you point out, has been dropped in favour of using
drivers/char/genrtc.c.
> + depends on !PPC32 && !PPC64 && !PARISC && !IA64 && !M68K
How about just depends on !PPC && !PARISC && ... ?
Paul.
More information about the Linuxppc64-dev
mailing list