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>
tirimbino
Alistair Delva 5 years ago
parent 9cbc366785
commit 93fe418132
  1. 1
      arch/x86/configs/x86_64_cuttlefish_defconfig

@ -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

Loading…
Cancel
Save