mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
ANDROID: enable CONFIG_RTC_DRV_TEST on cuttlefish
CMOS RTC device does not work on cuttlefish due to crosvm not implementing ACPI b/127373130. Add a dummy software RTC driver. Fixes following tests on cuttlefish: VtsKernelApiSysfs#testRtcHctosys VtsKernelLinuxKselftest#rtc_rtctest Bug: 127373130 Test: above tests Signed-off-by: Tri Vo <trong@google.com> Change-Id: I34b69d7808f465add263c5a940d23aa0737dc60f
This commit is contained in:
@@ -406,6 +406,7 @@ CONFIG_MMC=y
|
||||
# CONFIG_PWRSEQ_SIMPLE is not set
|
||||
# CONFIG_MMC_BLOCK is not set
|
||||
CONFIG_RTC_CLASS=y
|
||||
CONFIG_RTC_DRV_TEST=y
|
||||
CONFIG_SW_SYNC=y
|
||||
CONFIG_VIRTIO_PCI=y
|
||||
CONFIG_VIRTIO_BALLOON=y
|
||||
|
||||
Reference in New Issue
Block a user