mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 14:04:54 +02:00
ANDROID: GKI: enable usb storage drivers
This enables both CONFIG_USB_STORAGE=y and CONFIG_USB_UAS=y so that systems that want to support usb storage devices will work with the GKI base kernel image. Bug: 161091250 Bug: 161190032 Bug: 162909109 Cc: zhang sanshan <pete.zhang@nxp.com> Cc: JaeHun Jung <jh0801.jung@samsung.com> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com> Change-Id: Ibda9ad03aea3f192c057fd3e479742d52d060f7b Signed-off-by: Connor O'Brien <connoro@google.com>
This commit is contained in:
parent
eade9ee6fd
commit
e6e1433248
|
|
@ -356,6 +356,8 @@ CONFIG_USB_OTG=y
|
|||
CONFIG_USB_EHCI_HCD=y
|
||||
CONFIG_USB_EHCI_HCD_PLATFORM=y
|
||||
CONFIG_USB_ACM=y
|
||||
CONFIG_USB_STORAGE=y
|
||||
CONFIG_USB_UAS=y
|
||||
CONFIG_USB_GADGET=y
|
||||
CONFIG_USB_CONFIGFS=y
|
||||
CONFIG_USB_CONFIGFS_UEVENT=y
|
||||
|
|
|
|||
|
|
@ -316,6 +316,8 @@ CONFIG_USB_HIDDEV=y
|
|||
CONFIG_USB_EHCI_HCD=y
|
||||
CONFIG_USB_EHCI_HCD_PLATFORM=y
|
||||
CONFIG_USB_ACM=y
|
||||
CONFIG_USB_STORAGE=y
|
||||
CONFIG_USB_UAS=y
|
||||
CONFIG_USB_GADGET=y
|
||||
CONFIG_USB_CONFIGFS=y
|
||||
CONFIG_USB_CONFIGFS_UEVENT=y
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user