CONFIG_RTC_DRV_DS1307_CENTURY does not enable a driver but enables a config option for the ds1307 driver.
I really don't want to randomly build modules into the kernel simply because userspace is broken. The raspi kernel is already bloated and reducing usable memory any further is not cool, especially for 512MB Pis.
It seems all we need to do is add the module to the initrd and load it early in the initrd stage, no?
CONFIG_ RTC_DRV_ DS1307_ CENTURY does not enable a driver but enables a config option for the ds1307 driver.
I really don't want to randomly build modules into the kernel simply because userspace is broken. The raspi kernel is already bloated and reducing usable memory any further is not cool, especially for 512MB Pis.
It seems all we need to do is add the module to the initrd and load it early in the initrd stage, no?