diff options
author | Tom Rini | 2016-04-22 14:01:08 -0400 |
---|---|---|
committer | Tom Rini | 2016-04-25 14:22:45 -0400 |
commit | 4d7100a61d6fe0652dd0e8b7b3cc31ad37483d64 (patch) | |
tree | 7f4e656e1220cddcbb3b6bcadfd1fa6eb0cb41f2 /include/configs/am3517_evm.h | |
parent | adad96e60d0eb1bbc4d0b96c89decf385a426e42 (diff) |
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>
Diffstat (limited to 'include/configs/am3517_evm.h')
-rw-r--r-- | include/configs/am3517_evm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/am3517_evm.h b/include/configs/am3517_evm.h index f33c7b7ca7f..45f016af55b 100644 --- a/include/configs/am3517_evm.h +++ b/include/configs/am3517_evm.h @@ -94,7 +94,6 @@ * Enable CONFIG_USB_MUSB_GADGET for Device functionalities. */ #define CONFIG_USB_MUSB_AM35X -#define CONFIG_USB_MUSB_HOST #define CONFIG_USB_MUSB_PIO_ONLY #ifdef CONFIG_USB_MUSB_AM35X |