LF-3782 fastboot: Select USB_GADGET_OS_DESCRIPTORS for fastboot function
authorYe Li <ye.li@nxp.com>
Tue, 18 May 2021 03:10:22 +0000 (20:10 -0700)
committerYe Li <ye.li@nxp.com>
Tue, 18 May 2021 03:29:28 +0000 (20:29 -0700)
commit4272c700e189240ca1befba02dd6c0ee795c1751
treebdc329bc2f437571c63d7fffc8f8fb1edd374e80
parent4a2450ac6534a7b5b56003f53d52f0e7291f3b05
LF-3782 fastboot: Select USB_GADGET_OS_DESCRIPTORS for fastboot function

CONFIG_USB_GADGET_OS_DESCRIPTORS must be set when using OS descriptor,
otherwise the OS descriptors (windows WCID) are not handled.
Since only fastboot uses this feature, default select
USB_GADGET_OS_DESCRIPTORS for fastboot function

Signed-off-by: Ye Li <ye.li@nxp.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
drivers/fastboot/Kconfig