diff options
author | Paul Kocialkowski <contact@paulk.fr> | 2015-07-20 15:17:15 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-08-12 20:47:38 -0400 |
commit | fbdd3299d2ce67aa04b62e44038dd355af349b7e (patch) | |
tree | 7b01b3f44fcd391bffabe45a7ce6870ba3020818 /configs/sniper_defconfig | |
parent | 9f4e1e94bb790cd85eb9904a78b396b512e0ce0b (diff) |
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 <contact@paulk.fr>
Reviewed-by: Tom Rini <trini@konsulko.com>
[trini: Update to use Kconfig for MUSB]
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/sniper_defconfig')
-rw-r--r-- | configs/sniper_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/sniper_defconfig b/configs/sniper_defconfig index d2e10a9c048..44cf3595b3a 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 |