diff options
author | Paul Kocialkowski | 2016-02-27 19:19:06 +0100 |
---|---|---|
committer | Tom Rini | 2016-03-15 15:12:52 -0400 |
commit | e66782e6eae2b918bffd56d7146895f8ad1c00dc (patch) | |
tree | ed2a5b6c8f9c40df3743a95d0f12a62458ac9ba9 /configs/kc1_defconfig | |
parent | 27754d18fc1b5a5c6a6e86ababf44b382a6dc7d9 (diff) |
kc1: MUSB USB controller and fastboot USB gadget support
This adds support for the MUSB USB dual-role controller in peripheral mode,
with configuration options for the fastboot USB gadget.
At this point, flashing the internal eMMC is support.
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Diffstat (limited to 'configs/kc1_defconfig')
-rw-r--r-- | configs/kc1_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/kc1_defconfig b/configs/kc1_defconfig index c9cadd91e78..1e5c9185c14 100644 --- a/configs/kc1_defconfig +++ b/configs/kc1_defconfig @@ -10,3 +10,5 @@ CONFIG_CMD_GPIO=y # CONFIG_CMD_SETEXPR is not set # CONFIG_CMD_NFS is not set CONFIG_SYS_NS16550=y +CONFIG_USB=y +CONFIG_USB_MUSB_GADGET=y |