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/siemens-am33x-common.h | |
parent | 1f4ae66eaab29bfb5d1eb44996f7826c9cd01ed1 (diff) | |
download | u-boot-ad991472e7b112ef6ba96d8a0672e4caa5a07ae4.tar.gz |
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/siemens-am33x-common.h')
-rw-r--r-- | include/configs/siemens-am33x-common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/siemens-am33x-common.h b/include/configs/siemens-am33x-common.h index f44a4280f4..1170f24748 100644 --- a/include/configs/siemens-am33x-common.h +++ b/include/configs/siemens-am33x-common.h @@ -150,8 +150,6 @@ /* * USB configuration */ -#define CONFIG_USB_MUSB_DISABLE_BULK_COMBINE_SPLIT - #define CONFIG_AM335X_USB0 #define CONFIG_AM335X_USB0_MODE MUSB_PERIPHERAL #define CONFIG_AM335X_USB1 |