commit | a284fc3c2659ac528948fdcccba7146ee5cbf31f | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Fri Apr 22 14:01:08 2016 -0400 |
committer | Tom Rini <trini@konsulko.com> | Mon Apr 25 14:22:45 2016 -0400 |
tree | 7f4e656e1220cddcbb3b6bcadfd1fa6eb0cb41f2 | |
parent | f852e73564edeb19123cc5a35e89d335f43cc329 [diff] [blame] |
configs: Re-sync CONFIG_USB_MUSB_HOST Now that CONFIG_USB_MUSB_HOST is part of Kconfig, migrate that over to the defconfig files. Signed-off-by: Tom Rini <trini@konsulko.com>
diff --git a/configs/am3517_evm_defconfig b/configs/am3517_evm_defconfig index b9edf0d..1e0b35a 100644 --- a/configs/am3517_evm_defconfig +++ b/configs/am3517_evm_defconfig
@@ -13,4 +13,6 @@ CONFIG_CMD_GPIO=y # CONFIG_CMD_SETEXPR is not set CONFIG_SYS_NS16550=y +CONFIG_USB=y +CONFIG_USB_MUSB_HOST=y CONFIG_OF_LIBFDT=y