On Mon, Jun 18, 2007 at 04:22:39PM +0200, Franck Bui-Huu wrote: > Since very few boards are using GEN_RTC: > > $ git grep -l "GEN_RTC=y" arch/mips/configs/ > arch/mips/configs/bigsur_defconfig > arch/mips/configs/yosemite_defconfig Btw, you missed emma2rh_defconfig which builds GEN_RTC as a module. Silly because it doesn't initialize rtc_mips_get_time or rtc_mips_set_time so hasn't possible a chance to work as anything but a dummy rtc. Ralf