tici defconfig update

This commit is contained in:
George Hotz
2019-09-04 21:46:31 -07:00
committed by Willem Melching
parent 4fbd64a041
commit 9663beb6c0
2 changed files with 13 additions and 2 deletions

9
arch/arm64/configs/merge.py Executable file
View 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)

View File

@@ -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