From fbdd3299d2ce67aa04b62e44038dd355af349b7e Mon Sep 17 00:00:00 2001 From: Paul Kocialkowski Date: Mon, 20 Jul 2015 15:17:15 +0200 Subject: sniper: Fastboot support This adds support for the fastboot USB gadget, including flashing to the internal MMC and reboot to bootloader or not. Signed-off-by: Paul Kocialkowski Reviewed-by: Tom Rini [trini: Update to use Kconfig for MUSB] Signed-off-by: Tom Rini --- configs/sniper_defconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configs/sniper_defconfig') diff --git a/configs/sniper_defconfig b/configs/sniper_defconfig index d2e10a9..44cf359 100644 --- a/configs/sniper_defconfig +++ b/configs/sniper_defconfig @@ -5,3 +5,5 @@ CONFIG_SPL=y # CONFIG_CMD_IMLS is not set # CONFIG_CMD_FLASH is not set # CONFIG_CMD_FPGA is not set +CONFIG_USB=y +CONFIG_USB_MUSB_GADGET=y -- cgit v1.1