9
0
Fork 0

usb: gadget: fastboot: select BANNER

Fastboot gadget needs the 'release_string' which is available only
if CONFIG_BANNER is set.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Lucas Stach 2014-11-24 12:06:59 +01:00 committed by Sascha Hauer
parent ceac6c7e14
commit 2d22fca0e7
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ config USB_GADGET_SERIAL
config USB_GADGET_FASTBOOT
bool
select BANNER
prompt "Android Fastboot support"
endif