hc
2023-10-24 1460f67b2496c08190c7fafbd14d72a801aac360
kernel/arch/arm64/configs/rockchip_linux_defconfig
....@@ -31,7 +31,8 @@
3131 CONFIG_SWAP=y
3232 CONFIG_SYSVIPC=y
3333 CONFIG_SYSVIPC_SYSCTL=y
34
-# CONFIG_POSIX_MQUEUE is not set
34
+CONFIG_POSIX_MQUEUE=y
35
+CONFIG_POSIX_MQUEUE_SYSCTL=y
3536 CONFIG_CROSS_MEMORY_ATTACH=y
3637 # CONFIG_USELIB is not set
3738 # CONFIG_AUDIT is not set
....@@ -111,7 +112,10 @@
111112 CONFIG_ARCH_SUPPORTS_NUMA_BALANCING=y
112113 CONFIG_ARCH_SUPPORTS_INT128=y
113114 CONFIG_CGROUPS=y
114
-# CONFIG_MEMCG is not set
115
+CONFIG_PAGE_COUNTER=y
116
+CONFIG_MEMCG=y
117
+# CONFIG_MEMCG_SWAP is not set
118
+CONFIG_MEMCG_KMEM=y
115119 # CONFIG_BLK_CGROUP is not set
116120 CONFIG_CGROUP_SCHED=y
117121 CONFIG_FAIR_GROUP_SCHED=y
....@@ -125,7 +129,9 @@
125129 CONFIG_CGROUP_DEVICE=y
126130 CONFIG_CGROUP_CPUACCT=y
127131 # CONFIG_CGROUP_PERF is not set
132
+CONFIG_CGROUP_BPF=y
128133 # CONFIG_CGROUP_DEBUG is not set
134
+CONFIG_SOCK_CGROUP_DATA=y
129135 CONFIG_NAMESPACES=y
130136 CONFIG_UTS_NS=y
131137 CONFIG_IPC_NS=y
....@@ -179,7 +185,8 @@
179185 CONFIG_KALLSYMS=y
180186 # CONFIG_KALLSYMS_ALL is not set
181187 CONFIG_KALLSYMS_BASE_RELATIVE=y
182
-# CONFIG_BPF_SYSCALL is not set
188
+CONFIG_BPF_SYSCALL=y
189
+# CONFIG_BPF_UNPRIV_DEFAULT_OFF is not set
183190 # CONFIG_USERFAULTFD is not set
184191 CONFIG_ARCH_HAS_MEMBARRIER_SYNC_CORE=y
185192 CONFIG_RSEQ=y
....@@ -196,6 +203,7 @@
196203 CONFIG_VM_EVENT_COUNTERS=y
197204 CONFIG_SLUB_SYSFS=y
198205 CONFIG_SLUB_DEBUG=y
206
+# CONFIG_SLUB_MEMCG_SYSFS_ON is not set
199207 # CONFIG_COMPAT_BRK is not set
200208 # CONFIG_SLAB is not set
201209 CONFIG_SLUB=y
....@@ -633,8 +641,16 @@
633641 #
634642 # CONFIG_GCOV_KERNEL is not set
635643 CONFIG_ARCH_HAS_GCOV_PROFILE_ALL=y
636
-CONFIG_PLUGIN_HOSTCC=""
644
+CONFIG_PLUGIN_HOSTCC="g++"
637645 CONFIG_HAVE_GCC_PLUGINS=y
646
+CONFIG_GCC_PLUGINS=y
647
+
648
+#
649
+# GCC plugins
650
+#
651
+# CONFIG_GCC_PLUGIN_CYC_COMPLEXITY is not set
652
+# CONFIG_GCC_PLUGIN_LATENT_ENTROPY is not set
653
+# CONFIG_GCC_PLUGIN_RANDSTRUCT is not set
638654 CONFIG_RT_MUTEXES=y
639655 CONFIG_BASE_SMALL=0
640656 CONFIG_MODULES=y
....@@ -828,6 +844,7 @@
828844 # CONFIG_XFRM_STATISTICS is not set
829845 CONFIG_NET_KEY=y
830846 # CONFIG_NET_KEY_MIGRATE is not set
847
+# CONFIG_XDP_SOCKETS is not set
831848 CONFIG_INET=y
832849 CONFIG_IP_MULTICAST=y
833850 CONFIG_IP_ADVANCED_ROUTER=y
....@@ -879,30 +896,60 @@
879896 # CONFIG_NETWORK_PHY_TIMESTAMPING is not set
880897 CONFIG_NETFILTER=y
881898 CONFIG_NETFILTER_ADVANCED=y
899
+CONFIG_BRIDGE_NETFILTER=y
882900
883901 #
884902 # Core Netfilter Configuration
885903 #
886904 CONFIG_NETFILTER_INGRESS=y
905
+CONFIG_NETFILTER_FAMILY_BRIDGE=y
887906 # CONFIG_NETFILTER_NETLINK_ACCT is not set
888907 # CONFIG_NETFILTER_NETLINK_QUEUE is not set
889908 # CONFIG_NETFILTER_NETLINK_LOG is not set
890909 # CONFIG_NETFILTER_NETLINK_OSF is not set
891
-# CONFIG_NF_CONNTRACK is not set
910
+CONFIG_NF_CONNTRACK=y
892911 # CONFIG_NF_LOG_NETDEV is not set
912
+# CONFIG_NF_CONNTRACK_MARK is not set
913
+# CONFIG_NF_CONNTRACK_ZONES is not set
914
+CONFIG_NF_CONNTRACK_PROCFS=y
915
+# CONFIG_NF_CONNTRACK_EVENTS is not set
916
+# CONFIG_NF_CONNTRACK_TIMEOUT is not set
917
+# CONFIG_NF_CONNTRACK_TIMESTAMP is not set
918
+# CONFIG_NF_CONNTRACK_LABELS is not set
919
+CONFIG_NF_CT_PROTO_DCCP=y
920
+CONFIG_NF_CT_PROTO_SCTP=y
921
+CONFIG_NF_CT_PROTO_UDPLITE=y
922
+# CONFIG_NF_CONNTRACK_AMANDA is not set
923
+# CONFIG_NF_CONNTRACK_FTP is not set
924
+# CONFIG_NF_CONNTRACK_H323 is not set
925
+# CONFIG_NF_CONNTRACK_IRC is not set
926
+# CONFIG_NF_CONNTRACK_NETBIOS_NS is not set
927
+# CONFIG_NF_CONNTRACK_SNMP is not set
928
+# CONFIG_NF_CONNTRACK_PPTP is not set
929
+# CONFIG_NF_CONNTRACK_SANE is not set
930
+# CONFIG_NF_CONNTRACK_SIP is not set
931
+# CONFIG_NF_CONNTRACK_TFTP is not set
932
+# CONFIG_NF_CT_NETLINK is not set
933
+CONFIG_NF_NAT=y
934
+CONFIG_NF_NAT_NEEDED=y
935
+CONFIG_NF_NAT_PROTO_DCCP=y
936
+CONFIG_NF_NAT_PROTO_UDPLITE=y
937
+CONFIG_NF_NAT_PROTO_SCTP=y
893938 # CONFIG_NF_TABLES is not set
894939 CONFIG_NETFILTER_XTABLES=y
895940
896941 #
897942 # Xtables combined modules
898943 #
899
-# CONFIG_NETFILTER_XT_MARK is not set
944
+CONFIG_NETFILTER_XT_MARK=y
945
+# CONFIG_NETFILTER_XT_CONNMARK is not set
900946
901947 #
902948 # Xtables targets
903949 #
904950 # CONFIG_NETFILTER_XT_TARGET_CHECKSUM is not set
905951 # CONFIG_NETFILTER_XT_TARGET_CLASSIFY is not set
952
+# CONFIG_NETFILTER_XT_TARGET_CONNMARK is not set
906953 # CONFIG_NETFILTER_XT_TARGET_DSCP is not set
907954 # CONFIG_NETFILTER_XT_TARGET_HL is not set
908955 # CONFIG_NETFILTER_XT_TARGET_HMARK is not set
....@@ -910,9 +957,12 @@
910957 # CONFIG_NETFILTER_XT_TARGET_LED is not set
911958 # CONFIG_NETFILTER_XT_TARGET_LOG is not set
912959 # CONFIG_NETFILTER_XT_TARGET_MARK is not set
960
+CONFIG_NETFILTER_XT_NAT=y
961
+# CONFIG_NETFILTER_XT_TARGET_NETMAP is not set
913962 # CONFIG_NETFILTER_XT_TARGET_NFLOG is not set
914963 # CONFIG_NETFILTER_XT_TARGET_NFQUEUE is not set
915964 # CONFIG_NETFILTER_XT_TARGET_RATEEST is not set
965
+# CONFIG_NETFILTER_XT_TARGET_REDIRECT is not set
916966 # CONFIG_NETFILTER_XT_TARGET_TEE is not set
917967 # CONFIG_NETFILTER_XT_TARGET_TPROXY is not set
918968 # CONFIG_NETFILTER_XT_TARGET_TCPMSS is not set
....@@ -921,10 +971,16 @@
921971 #
922972 # Xtables matches
923973 #
924
-# CONFIG_NETFILTER_XT_MATCH_ADDRTYPE is not set
974
+CONFIG_NETFILTER_XT_MATCH_ADDRTYPE=y
925975 # CONFIG_NETFILTER_XT_MATCH_BPF is not set
926976 # CONFIG_NETFILTER_XT_MATCH_CGROUP is not set
977
+# CONFIG_NETFILTER_XT_MATCH_CLUSTER is not set
927978 # CONFIG_NETFILTER_XT_MATCH_COMMENT is not set
979
+# CONFIG_NETFILTER_XT_MATCH_CONNBYTES is not set
980
+# CONFIG_NETFILTER_XT_MATCH_CONNLABEL is not set
981
+# CONFIG_NETFILTER_XT_MATCH_CONNLIMIT is not set
982
+# CONFIG_NETFILTER_XT_MATCH_CONNMARK is not set
983
+CONFIG_NETFILTER_XT_MATCH_CONNTRACK=y
928984 # CONFIG_NETFILTER_XT_MATCH_CPU is not set
929985 # CONFIG_NETFILTER_XT_MATCH_DCCP is not set
930986 # CONFIG_NETFILTER_XT_MATCH_DEVGROUP is not set
....@@ -932,9 +988,11 @@
932988 # CONFIG_NETFILTER_XT_MATCH_ECN is not set
933989 # CONFIG_NETFILTER_XT_MATCH_ESP is not set
934990 # CONFIG_NETFILTER_XT_MATCH_HASHLIMIT is not set
991
+# CONFIG_NETFILTER_XT_MATCH_HELPER is not set
935992 # CONFIG_NETFILTER_XT_MATCH_HL is not set
936993 # CONFIG_NETFILTER_XT_MATCH_IPCOMP is not set
937994 # CONFIG_NETFILTER_XT_MATCH_IPRANGE is not set
995
+CONFIG_NETFILTER_XT_MATCH_IPVS=y
938996 # CONFIG_NETFILTER_XT_MATCH_L2TP is not set
939997 # CONFIG_NETFILTER_XT_MATCH_LENGTH is not set
940998 # CONFIG_NETFILTER_XT_MATCH_LIMIT is not set
....@@ -945,6 +1003,7 @@
9451003 # CONFIG_NETFILTER_XT_MATCH_OSF is not set
9461004 # CONFIG_NETFILTER_XT_MATCH_OWNER is not set
9471005 # CONFIG_NETFILTER_XT_MATCH_POLICY is not set
1006
+# CONFIG_NETFILTER_XT_MATCH_PHYSDEV is not set
9481007 # CONFIG_NETFILTER_XT_MATCH_PKTTYPE is not set
9491008 # CONFIG_NETFILTER_XT_MATCH_QUOTA is not set
9501009 # CONFIG_NETFILTER_XT_MATCH_QUOTA2 is not set
....@@ -953,30 +1012,85 @@
9531012 # CONFIG_NETFILTER_XT_MATCH_RECENT is not set
9541013 # CONFIG_NETFILTER_XT_MATCH_SCTP is not set
9551014 # CONFIG_NETFILTER_XT_MATCH_SOCKET is not set
1015
+# CONFIG_NETFILTER_XT_MATCH_STATE is not set
9561016 # CONFIG_NETFILTER_XT_MATCH_STATISTIC is not set
9571017 # CONFIG_NETFILTER_XT_MATCH_STRING is not set
9581018 # CONFIG_NETFILTER_XT_MATCH_TCPMSS is not set
9591019 # CONFIG_NETFILTER_XT_MATCH_TIME is not set
9601020 # CONFIG_NETFILTER_XT_MATCH_U32 is not set
9611021 # CONFIG_IP_SET is not set
962
-# CONFIG_IP_VS is not set
1022
+CONFIG_IP_VS=y
1023
+# CONFIG_IP_VS_IPV6 is not set
1024
+# CONFIG_IP_VS_DEBUG is not set
1025
+CONFIG_IP_VS_TAB_BITS=12
1026
+
1027
+#
1028
+# IPVS transport protocol load balancing support
1029
+#
1030
+# CONFIG_IP_VS_PROTO_TCP is not set
1031
+# CONFIG_IP_VS_PROTO_UDP is not set
1032
+# CONFIG_IP_VS_PROTO_ESP is not set
1033
+# CONFIG_IP_VS_PROTO_AH is not set
1034
+# CONFIG_IP_VS_PROTO_SCTP is not set
1035
+
1036
+#
1037
+# IPVS scheduler
1038
+#
1039
+# CONFIG_IP_VS_RR is not set
1040
+# CONFIG_IP_VS_WRR is not set
1041
+# CONFIG_IP_VS_LC is not set
1042
+# CONFIG_IP_VS_WLC is not set
1043
+# CONFIG_IP_VS_FO is not set
1044
+# CONFIG_IP_VS_OVF is not set
1045
+# CONFIG_IP_VS_LBLC is not set
1046
+# CONFIG_IP_VS_LBLCR is not set
1047
+# CONFIG_IP_VS_DH is not set
1048
+# CONFIG_IP_VS_SH is not set
1049
+# CONFIG_IP_VS_MH is not set
1050
+# CONFIG_IP_VS_SED is not set
1051
+# CONFIG_IP_VS_NQ is not set
1052
+
1053
+#
1054
+# IPVS SH scheduler
1055
+#
1056
+CONFIG_IP_VS_SH_TAB_BITS=8
1057
+
1058
+#
1059
+# IPVS MH scheduler
1060
+#
1061
+CONFIG_IP_VS_MH_TAB_INDEX=12
1062
+
1063
+#
1064
+# IPVS application helper
1065
+#
1066
+# CONFIG_IP_VS_NFCT is not set
9631067
9641068 #
9651069 # IP: Netfilter Configuration
9661070 #
1071
+CONFIG_NF_DEFRAG_IPV4=y
9671072 # CONFIG_NF_SOCKET_IPV4 is not set
9681073 # CONFIG_NF_TPROXY_IPV4 is not set
9691074 # CONFIG_NF_DUP_IPV4 is not set
9701075 # CONFIG_NF_LOG_ARP is not set
9711076 # CONFIG_NF_LOG_IPV4 is not set
9721077 # CONFIG_NF_REJECT_IPV4 is not set
1078
+CONFIG_NF_NAT_IPV4=y
1079
+CONFIG_NF_NAT_MASQUERADE_IPV4=y
9731080 CONFIG_IP_NF_IPTABLES=y
9741081 # CONFIG_IP_NF_MATCH_AH is not set
9751082 # CONFIG_IP_NF_MATCH_ECN is not set
9761083 # CONFIG_IP_NF_MATCH_RPFILTER is not set
9771084 # CONFIG_IP_NF_MATCH_TTL is not set
978
-# CONFIG_IP_NF_FILTER is not set
1085
+CONFIG_IP_NF_FILTER=y
1086
+# CONFIG_IP_NF_TARGET_REJECT is not set
1087
+# CONFIG_IP_NF_TARGET_SYNPROXY is not set
1088
+CONFIG_IP_NF_NAT=y
1089
+CONFIG_IP_NF_TARGET_MASQUERADE=y
1090
+# CONFIG_IP_NF_TARGET_NETMAP is not set
1091
+# CONFIG_IP_NF_TARGET_REDIRECT is not set
9791092 CONFIG_IP_NF_MANGLE=y
1093
+# CONFIG_IP_NF_TARGET_CLUSTERIP is not set
9801094 # CONFIG_IP_NF_TARGET_ECN is not set
9811095 # CONFIG_IP_NF_TARGET_TTL is not set
9821096 # CONFIG_IP_NF_RAW is not set
....@@ -990,7 +1104,10 @@
9901104 # CONFIG_NF_DUP_IPV6 is not set
9911105 # CONFIG_NF_REJECT_IPV6 is not set
9921106 # CONFIG_NF_LOG_IPV6 is not set
1107
+# CONFIG_NF_NAT_IPV6 is not set
9931108 # CONFIG_IP6_NF_IPTABLES is not set
1109
+CONFIG_NF_DEFRAG_IPV6=y
1110
+# CONFIG_BRIDGE_NF_EBTABLES is not set
9941111 # CONFIG_BPFILTER is not set
9951112 # CONFIG_IP_DCCP is not set
9961113 # CONFIG_IP_SCTP is not set
....@@ -998,11 +1115,14 @@
9981115 # CONFIG_TIPC is not set
9991116 # CONFIG_ATM is not set
10001117 # CONFIG_L2TP is not set
1001
-# CONFIG_BRIDGE is not set
1118
+CONFIG_STP=y
1119
+CONFIG_BRIDGE=y
1120
+CONFIG_BRIDGE_IGMP_SNOOPING=y
10021121 CONFIG_HAVE_NET_DSA=y
10031122 # CONFIG_NET_DSA is not set
10041123 # CONFIG_VLAN_8021Q is not set
10051124 # CONFIG_DECNET is not set
1125
+CONFIG_LLC=y
10061126 # CONFIG_LLC2 is not set
10071127 # CONFIG_ATALK is not set
10081128 # CONFIG_X25 is not set
....@@ -1031,6 +1151,7 @@
10311151 CONFIG_NET_RX_BUSY_POLL=y
10321152 CONFIG_BQL=y
10331153 # CONFIG_BPF_JIT is not set
1154
+# CONFIG_BPF_STREAM_PARSER is not set
10341155 CONFIG_ETHTOOL=y
10351156 CONFIG_FILTER=y
10361157 CONFIG_NET_FLOW_LIMIT=y
....@@ -1543,9 +1664,9 @@
15431664 # CONFIG_GTP is not set
15441665 # CONFIG_MACSEC is not set
15451666 # CONFIG_NETCONSOLE is not set
1546
-# CONFIG_TUN is not set
1667
+CONFIG_TUN=y
15471668 # CONFIG_TUN_VNET_CROSS_LE is not set
1548
-# CONFIG_VETH is not set
1669
+CONFIG_VETH=y
15491670 # CONFIG_VIRTIO_NET is not set
15501671 # CONFIG_NLMON is not set
15511672 # CONFIG_ARCNET is not set
....@@ -1709,7 +1830,42 @@
17091830 CONFIG_PPP_SYNC_TTY=y
17101831 # CONFIG_SLIP is not set
17111832 CONFIG_SLHC=y
1712
-# CONFIG_USB_NET_DRIVERS is not set
1833
+CONFIG_USB_NET_DRIVERS=y
1834
+# CONFIG_USB_CATC is not set
1835
+# CONFIG_USB_KAWETH is not set
1836
+# CONFIG_USB_PEGASUS is not set
1837
+# CONFIG_USB_RTL8150 is not set
1838
+# CONFIG_USB_RTL8152 is not set
1839
+# CONFIG_USB_LAN78XX is not set
1840
+CONFIG_USB_USBNET=y
1841
+CONFIG_USB_NET_AX8817X=y
1842
+CONFIG_USB_NET_AX88179_178A=y
1843
+CONFIG_USB_NET_CDCETHER=y
1844
+CONFIG_USB_NET_CDC_EEM=y
1845
+CONFIG_USB_NET_CDC_NCM=y
1846
+# CONFIG_USB_NET_HUAWEI_CDC_NCM is not set
1847
+# CONFIG_USB_NET_CDC_MBIM is not set
1848
+# CONFIG_USB_NET_DM9601 is not set
1849
+# CONFIG_USB_NET_SR9700 is not set
1850
+# CONFIG_USB_NET_SR9800 is not set
1851
+# CONFIG_USB_NET_SMSC75XX is not set
1852
+# CONFIG_USB_NET_SMSC95XX is not set
1853
+# CONFIG_USB_NET_GL620A is not set
1854
+CONFIG_USB_NET_NET1080=y
1855
+# CONFIG_USB_NET_PLUSB is not set
1856
+# CONFIG_USB_NET_MCS7830 is not set
1857
+CONFIG_USB_NET_RNDIS_HOST=y
1858
+# CONFIG_USB_NET_CDC_SUBSET is not set
1859
+# CONFIG_USB_NET_ZAURUS is not set
1860
+# CONFIG_USB_NET_CX82310_ETH is not set
1861
+# CONFIG_USB_NET_KALMIA is not set
1862
+# CONFIG_USB_NET_QMI_WWAN is not set
1863
+# CONFIG_USB_HSO is not set
1864
+# CONFIG_USB_NET_INT51X1 is not set
1865
+# CONFIG_USB_IPHETH is not set
1866
+# CONFIG_USB_SIERRA_NET is not set
1867
+# CONFIG_USB_VL600 is not set
1868
+# CONFIG_USB_NET_CH9200 is not set
17131869 CONFIG_WLAN=y
17141870 # CONFIG_WIRELESS_WDS is not set
17151871 # CONFIG_WLAN_VENDOR_ADMTEK is not set
....@@ -1797,7 +1953,7 @@
17971953 # CONFIG_KEYBOARD_LKKBD is not set
17981954 CONFIG_KEYBOARD_GPIO=y
17991955 CONFIG_KEYBOARD_GPIO_POLLED=y
1800
-# CONFIG_KEYBOARD_TCA6416 is not set
1956
+CONFIG_KEYBOARD_TCA6416=m
18011957 # CONFIG_KEYBOARD_TCA8418 is not set
18021958 # CONFIG_KEYBOARD_MATRIX is not set
18031959 # CONFIG_KEYBOARD_LM8323 is not set
....@@ -2766,8 +2922,6 @@
27662922 #
27672923 # USB HDMI CEC adapters
27682924 #
2769
-# CONFIG_USB_PULSE8_CEC is not set
2770
-# CONFIG_USB_RAINSHADOW_CEC is not set
27712925 # CONFIG_MEDIA_PCI_SUPPORT is not set
27722926 CONFIG_V4L_PLATFORM_DRIVERS=y
27732927 # CONFIG_VIDEO_CAFE_CCIC is not set
....@@ -3403,7 +3557,10 @@
34033557 CONFIG_DUMMY_CONSOLE=y
34043558 CONFIG_DUMMY_CONSOLE_COLUMNS=80
34053559 CONFIG_DUMMY_CONSOLE_ROWS=25
3406
-# CONFIG_FRAMEBUFFER_CONSOLE is not set
3560
+CONFIG_FRAMEBUFFER_CONSOLE=y
3561
+CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y
3562
+# CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set
3563
+# CONFIG_FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER is not set
34073564 # CONFIG_LOGO is not set
34083565 CONFIG_SOUND=y
34093566 CONFIG_SND=y
....@@ -3803,7 +3960,7 @@
38033960 #
38043961 # USB Device Class drivers
38053962 #
3806
-CONFIG_USB_ACM=y
3963
+# CONFIG_USB_ACM is not set
38073964 # CONFIG_USB_PRINTER is not set
38083965 # CONFIG_USB_WDM is not set
38093966 # CONFIG_USB_TMC is not set
....@@ -5135,7 +5292,12 @@
51355292 # CONFIG_AUTOFS_FS is not set
51365293 CONFIG_FUSE_FS=y
51375294 # CONFIG_CUSE is not set
5138
-# CONFIG_OVERLAY_FS is not set
5295
+CONFIG_OVERLAY_FS=y
5296
+CONFIG_OVERLAY_FS_REDIRECT_DIR=y
5297
+CONFIG_OVERLAY_FS_REDIRECT_ALWAYS_FOLLOW=y
5298
+CONFIG_OVERLAY_FS_INDEX=y
5299
+CONFIG_OVERLAY_FS_XINO_AUTO=y
5300
+CONFIG_OVERLAY_FS_METACOPY=y
51395301 # CONFIG_INCREMENTAL_FS is not set
51405302
51415303 #
....@@ -5359,6 +5521,7 @@
53595521 # Memory initialization
53605522 #
53615523 CONFIG_INIT_STACK_NONE=y
5524
+# CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF_ALL is not set
53625525 # CONFIG_INIT_ON_ALLOC_DEFAULT_ON is not set
53635526 # CONFIG_INIT_ON_FREE_DEFAULT_ON is not set
53645527 CONFIG_CRYPTO=y
....@@ -5630,6 +5793,10 @@
56305793 CONFIG_OID_REGISTRY=y
56315794 CONFIG_HAVE_GENERIC_VDSO=y
56325795 CONFIG_GENERIC_GETTIMEOFDAY=y
5796
+CONFIG_FONT_SUPPORT=y
5797
+# CONFIG_FONTS is not set
5798
+CONFIG_FONT_8x8=y
5799
+CONFIG_FONT_8x16=y
56335800 CONFIG_SG_POOL=y
56345801 CONFIG_ARCH_HAS_SG_CHAIN=y
56355802 CONFIG_SBITMAP=y
....@@ -5795,6 +5962,7 @@
57955962 # CONFIG_STACK_TRACER is not set
57965963 CONFIG_BLK_DEV_IO_TRACE=y
57975964 CONFIG_UPROBE_EVENTS=y
5965
+CONFIG_BPF_EVENTS=y
57985966 CONFIG_PROBE_EVENTS=y
57995967 CONFIG_DYNAMIC_FTRACE=y
58005968 # CONFIG_FUNCTION_PROFILER is not set