mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 06:25:52 +02:00
usb: gadget: add audio dependencies to USB_G_ANDROID
Since the Android gadget is a superset of the audio and MIDI gadgets, it needs to take on their dependencies too Change-Id: Ib7444962dcdb197e8b7ad66f7a41f7bc40879d2c Signed-off-by: Greg Hackmann <ghackmann@google.com>
This commit is contained in:
parent
8cdfb356b5
commit
8aa01b2818
|
|
@ -820,6 +820,9 @@ config USB_G_PRINTER
|
|||
|
||||
config USB_G_ANDROID
|
||||
boolean "Android Composite Gadget"
|
||||
depends on SND
|
||||
select SND_PCM
|
||||
select SND_RAWMIDI
|
||||
select USB_F_ACM
|
||||
select USB_LIBCOMPOSITE
|
||||
select USB_U_SERIAL
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user