diff options
author | Alex Kiernan <alex.kiernan@gmail.com> | 2019-04-12 10:51:05 +0000 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2019-04-19 11:31:58 +0200 |
commit | ad991472e7b112ef6ba96d8a0672e4caa5a07ae4 (patch) | |
tree | 90a6768f80042e2f0d5273177b8ba0d1a3893dd9 /include/configs/am335x_evm.h | |
parent | 1f4ae66eaab29bfb5d1eb44996f7826c9cd01ed1 (diff) |
configs: Migrate USB_MUSB_DISABLE_BULK_COMBINE_SPLIT to Kconfig
Migrate support for disable MUSB bulk split/combine to Kconfig
Green Travis build:
https://travis-ci.org/akiernan/u-boot/builds/519101867
Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Diffstat (limited to 'include/configs/am335x_evm.h')
-rw-r--r-- | include/configs/am335x_evm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h index 0834ff5021..7721907d8f 100644 --- a/include/configs/am335x_evm.h +++ b/include/configs/am335x_evm.h @@ -240,7 +240,6 @@ * add mass storage support and for gadget we add both RNDIS ethernet * and DFU. */ -#define CONFIG_USB_MUSB_DISABLE_BULK_COMBINE_SPLIT #define CONFIG_AM335X_USB0 #define CONFIG_AM335X_USB0_MODE MUSB_PERIPHERAL #define CONFIG_AM335X_USB1 |