Re: [PATCH] x86: i2c rtc instead of cmos rtc

From: Ed Swierk
Date: Thu Jan 29 2009 - 14:22:21 EST


On Tue, Jan 27, 2009 at 3:21 AM, Alessandro Zummo
<alessandro.zummo@xxxxxxxxxxxx> wrote:
> can't you just avoid compiling rtc cmos? or compile it as a module and
> load the i2c rtc first?

In our embedded application it's more convenient to build all the
drivers needed to support various hardware configurations into the
kernel, and avoid messing with modules. This works fine for devices
that can be detected dynamically, but RTC chips are among the few that
need to be configured statically; my change just relaxes the current
assumption that all x86 boards have a usable CMOS RTC.

--Ed
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/