From 89ad75d8a64394a9ffd873c9b717f6a007c4617e Mon Sep 17 00:00:00 2001 From: Lucas Stach Date: Fri, 17 Nov 2017 19:23:36 +0100 Subject: usbgadget: fastboot: select FILE_LIST The file list functions are used by the fastboot gadget since a3976c3a84f2 (usbgadget: fastboot: Use function to find file_list entry by name). Signed-off-by: Lucas Stach Signed-off-by: Sascha Hauer --- drivers/usb/gadget/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/usb/gadget/Kconfig b/drivers/usb/gadget/Kconfig index 4292371f09..64347f0d18 100644 --- a/drivers/usb/gadget/Kconfig +++ b/drivers/usb/gadget/Kconfig @@ -56,6 +56,7 @@ config USB_GADGET_SERIAL config USB_GADGET_FASTBOOT bool select BANNER + select FILE_LIST prompt "Android Fastboot support" endif -- cgit v1.2.3