File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,8 @@ config SOC_VIRT
28
28
select VIRTIO_INPUT
29
29
select POWER_RESET_SYSCON
30
30
select POWER_RESET_SYSCON_POWEROFF
31
+ select GOLDFISH
32
+ select RTC_DRV_GOLDFISH
31
33
select SIFIVE_PLIC
32
34
help
33
35
This enables support for QEMU Virt Machine.
Original file line number Diff line number Diff line change @@ -73,6 +73,7 @@ CONFIG_USB_STORAGE=y
73
73
CONFIG_USB_UAS=y
74
74
CONFIG_MMC=y
75
75
CONFIG_MMC_SPI=y
76
+ CONFIG_RTC_CLASS=y
76
77
CONFIG_EXT4_FS=y
77
78
CONFIG_EXT4_FS_POSIX_ACL=y
78
79
CONFIG_AUTOFS4_FS=y
Original file line number Diff line number Diff line change @@ -69,6 +69,7 @@ CONFIG_USB_OHCI_HCD=y
69
69
CONFIG_USB_OHCI_HCD_PLATFORM=y
70
70
CONFIG_USB_STORAGE=y
71
71
CONFIG_USB_UAS=y
72
+ CONFIG_RTC_CLASS=y
72
73
CONFIG_EXT4_FS=y
73
74
CONFIG_EXT4_FS_POSIX_ACL=y
74
75
CONFIG_AUTOFS4_FS=y
You can’t perform that action at this time.
0 commit comments