During our MPC5200 kernel startup, we get: [ 1.130202] drivers/rtc/hctosys.c: unable to open rtc device (rtc0) The RTC on the MPC5200 is not really useful to us as it is not battery backed-up - we use NTP instead. Is it ok to set CONFIG_RTC_HCTOSYS=n ? Or did we not configure the MPC5200 RTC correctly? Chris