mirror of
https://github.com/commaai/agnos-kernel-sdm845.git
synced 2026-06-08 11:24:51 +08:00
tici defconfig update
This commit is contained in:
committed by
Willem Melching
parent
4fbd64a041
commit
9663beb6c0
9
arch/arm64/configs/merge.py
Executable file
9
arch/arm64/configs/merge.py
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env python
|
||||
a1 = set(open("tici_defconfig").read().split("\n"))
|
||||
a2 = set(open("tici_defconfig_old").read().split("\n"))
|
||||
|
||||
for x in a1:
|
||||
if x not in a2:
|
||||
print(x)
|
||||
|
||||
|
||||
@@ -1809,7 +1809,7 @@ CONFIG_USB_NET_DRIVERS=y
|
||||
# CONFIG_USB_KAWETH is not set
|
||||
# CONFIG_USB_PEGASUS is not set
|
||||
# CONFIG_USB_RTL8150 is not set
|
||||
# CONFIG_USB_RTL8152 is not set
|
||||
CONFIG_USB_RTL8152=y
|
||||
# CONFIG_USB_LAN78XX is not set
|
||||
CONFIG_USB_USBNET=y
|
||||
CONFIG_USB_NET_AX8817X=y
|
||||
@@ -3618,7 +3618,7 @@ CONFIG_USB_DWC3_DUAL_ROLE=y
|
||||
# Platform Glue Driver Support
|
||||
#
|
||||
CONFIG_USB_DWC3_PCI=y
|
||||
CONFIG_USB_DWC3_OF_SIMPLE=y
|
||||
# CONFIG_USB_DWC3_OF_SIMPLE=y
|
||||
CONFIG_USB_DWC3_MSM=y
|
||||
# CONFIG_USB_DWC2 is not set
|
||||
# CONFIG_USB_CHIPIDEA is not set
|
||||
@@ -4102,6 +4102,7 @@ CONFIG_UIO_MSM_SHAREDMEM=y
|
||||
#
|
||||
# CONFIG_VIRTIO_PCI is not set
|
||||
# CONFIG_VIRTIO_MMIO is not set
|
||||
CONFIG_VIRTIO_NET=y
|
||||
|
||||
#
|
||||
# Microsoft Hyper-V guest support
|
||||
@@ -5637,3 +5638,4 @@ CONFIG_STACKDEPOT=y
|
||||
CONFIG_SBITMAP=y
|
||||
CONFIG_QMI_ENCDEC=y
|
||||
# CONFIG_QMI_ENCDEC_DEBUG is not set
|
||||
|
||||
|
||||
Reference in New Issue
Block a user