mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 22:14:04 +02:00
ANDROID: db845c_gki.fragment: Remove nonexistent CONFIG_USB_DWC3_DISABLE_GADGET_SG value
The CONFIG_USB_DWC3_DISABLE_GADGET_SG value was added to the
db845c_gki.fragment before it was merged to support a patch that
ended up being replaced with a upstream solution.
However, the config was not cleared out of the
db845c_gki.fragment before it was submitted.
This patch simply removes the assignment of the non-existant
config
Signed-off-by: John Stultz <john.stultz@linaro.org>
Fixes: 8620e17699 ("ANDROID: db845c: add db845c_gki.fragment")
Change-Id: Iedc98c8a1131f596d01333afad900d87702690b1
This commit is contained in:
parent
764dba028d
commit
ee0b8aed62
|
|
@ -34,7 +34,6 @@ CONFIG_USB_EHCI_HCD_PLATFORM=m
|
|||
CONFIG_USB_OHCI_HCD=m
|
||||
CONFIG_USB_OHCI_HCD_PLATFORM=m
|
||||
CONFIG_USB_DWC3=m
|
||||
CONFIG_USB_DWC3_DISABLE_GADGET_SG=y
|
||||
# CONFIG_USB_DWC3_HAPS is not set
|
||||
# CONFIG_USB_DWC3_OF_SIMPLE is not set
|
||||
CONFIG_USB_GADGET_VBUS_DRAW=500
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user