mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 11:50:43 +09:00
ANDROID: db845c_gki.fragment: Remove CONFIG_USB_NET_AX8817X from fragment
After commitc510b49c5d("ANDROID: gki - CONFIG_USB_NET_AX8817X=y") the change in our fragment to enable CONFIG_USB_NET_AX8817X=m seems to cause enough trouble to prevent us from booting (fails in early boot before serial output). After bisecting the cause down, I found removing our entry in the fragment avoids the problem while keeping the onboard eth port working. Fixes:c510b49c5d("ANDROID: gki - CONFIG_USB_NET_AX8817X=y") Signed-off-by: John Stultz <john.stultz@linaro.org> Change-Id: Idc72224aae26cdb15e877385bf9b16d534f77e8d
This commit is contained in:
committed by
Maciej Żenczykowski
parent
3b2102a174
commit
c60eb69d9f
@@ -1,7 +1,6 @@
|
||||
CONFIG_QRTR=m
|
||||
CONFIG_QRTR_TUN=m
|
||||
CONFIG_SCSI_UFS_QCOM=m
|
||||
CONFIG_USB_NET_AX8817X=m
|
||||
CONFIG_USB_NET_AX88179_178A=m
|
||||
CONFIG_INPUT_PM8941_PWRKEY=m
|
||||
CONFIG_SERIAL_MSM=m
|
||||
|
||||
Reference in New Issue
Block a user