summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorPaul Kocialkowski <contact@paulk.fr>2016-02-27 19:19:06 +0100
committerTom Rini <trini@konsulko.com>2016-03-15 15:12:52 -0400
commite66782e6eae2b918bffd56d7146895f8ad1c00dc (patch)
treeed2a5b6c8f9c40df3743a95d0f12a62458ac9ba9 /configs
parent27754d18fc1b5a5c6a6e86ababf44b382a6dc7d9 (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')
-rw-r--r--configs/kc1_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/kc1_defconfig b/configs/kc1_defconfig
index c9cadd91e7..1e5c9185c1 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