ANDROID: cuttlefish_defconfig: Disable CMOS RTC driver

Android expects rtc0 to support saving the system clock, however the
CMOS rtc emulated by crosvm currently only supports 24hr alarms, so
it is not useful. As this useless rtc driver occupied rtc0 it broke
various tests and features. The older crosvm used by cuttlefish did
not simulate an RTC so it was not affected because the driver probe
failed.

Bug: 158000323
Change-Id: I54590ceb0f09e6b1ff1f7ed094dab66ed7e58672
Signed-off-by: Alistair Delva <adelva@google.com>
This commit is contained in:
Alistair Delva
2020-06-05 15:39:13 -07:00
parent 9cbc366785
commit 93fe418132

View File

@@ -429,6 +429,7 @@ CONFIG_USB_CONFIGFS_UEVENT=y
CONFIG_USB_CONFIGFS_F_MIDI=y
CONFIG_RTC_CLASS=y
CONFIG_RTC_DRV_TEST=y
# CONFIG_RTC_DRV_CMOS is not set
CONFIG_VIRTIO_PCI=y
CONFIG_VIRTIO_PMEM=y
CONFIG_VIRTIO_INPUT=y