On Mon, 2008-09-08 at 12:13 -0700, David Brownell wrote:
What is the expectation? If you're expecting all the architectures to
migrate over to RTC_CLASS, actually telling linux-arch and saying why
its a good idea would have been helpful.
All the PDC real time clock calls can do are read and set, nothing else,
so it's idealy suited to the GEN_RTC infrastructure ... what's the
benefit in moving it to RTC_CLASS?
No, it's a regression. You made it so when you added this
#
# These legacy RTC drivers just cause too many conflicts with the
generic
# RTC framework ... let's not even try to coexist any more.
#
if RTC_LIB=n
Around the GEN_RTC configuration. This turns off the ability to select
GEN_RTC if you've said yes to RTC_CLASS. Since RTC_CLASS is currently
unsupported on parisc, we need to fix that by making the RTC_CLASS
option unselectable on parisc.
James
--