Skip to content

Commit cb8e07e

Browse files
committed
Enable Goldfish RTC driver in linux config
1 parent 9452d47 commit cb8e07e

File tree

1 file changed

+60
-1
lines changed

1 file changed

+60
-1
lines changed

assets/system/configs/linux.config

Lines changed: 60 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1026,7 +1026,66 @@ CONFIG_USB_OHCI_LITTLE_ENDIAN=y
10261026
# CONFIG_ACCESSIBILITY is not set
10271027
# CONFIG_INFINIBAND is not set
10281028
CONFIG_EDAC_SUPPORT=y
1029-
# CONFIG_RTC_CLASS is not set
1029+
1030+
CONFIG_RTC_LIB=y
1031+
CONFIG_RTC_CLASS=y
1032+
CONFIG_RTC_HCTOSYS=y
1033+
CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
1034+
# CONFIG_RTC_SYSTOHC is not set
1035+
# CONFIG_RTC_DEBUG is not set
1036+
# CONFIG_RTC_NVMEM is not set
1037+
1038+
#
1039+
# RTC interfaces
1040+
#
1041+
CONFIG_RTC_INTF_SYSFS=y
1042+
CONFIG_RTC_INTF_PROC=y
1043+
CONFIG_RTC_INTF_DEV=y
1044+
# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
1045+
# CONFIG_RTC_DRV_TEST is not set
1046+
1047+
#
1048+
# I2C RTC drivers
1049+
#
1050+
1051+
#
1052+
# SPI RTC drivers
1053+
#
1054+
1055+
#
1056+
# SPI and I2C RTC drivers
1057+
#
1058+
1059+
#
1060+
# Platform RTC drivers
1061+
#
1062+
# CONFIG_RTC_DRV_DS1286 is not set
1063+
# CONFIG_RTC_DRV_DS1511 is not set
1064+
# CONFIG_RTC_DRV_DS1553 is not set
1065+
# CONFIG_RTC_DRV_DS1685_FAMILY is not set
1066+
# CONFIG_RTC_DRV_DS1742 is not set
1067+
# CONFIG_RTC_DRV_DS2404 is not set
1068+
# CONFIG_RTC_DRV_STK17TA8 is not set
1069+
# CONFIG_RTC_DRV_M48T86 is not set
1070+
# CONFIG_RTC_DRV_M48T35 is not set
1071+
# CONFIG_RTC_DRV_M48T59 is not set
1072+
# CONFIG_RTC_DRV_MSM6242 is not set
1073+
# CONFIG_RTC_DRV_BQ4802 is not set
1074+
# CONFIG_RTC_DRV_RP5C01 is not set
1075+
# CONFIG_RTC_DRV_V3020 is not set
1076+
# CONFIG_RTC_DRV_ZYNQMP is not set
1077+
1078+
#
1079+
# on-CPU RTC drivers
1080+
#
1081+
# CONFIG_RTC_DRV_CADENCE is not set
1082+
# CONFIG_RTC_DRV_FTRTC010 is not set
1083+
# CONFIG_RTC_DRV_R7301 is not set
1084+
1085+
#
1086+
# HID Sensor RTC drivers
1087+
#
1088+
CONFIG_RTC_DRV_GOLDFISH=y
10301089
# CONFIG_DMADEVICES is not set
10311090

10321091
#

0 commit comments

Comments
 (0)