diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2017-06-22 14:42:40 +0800 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2017-06-22 14:58:17 +0800 |
commit | c8f258d8a8452b9f74c0032aaa3dee3804b1fd45 (patch) | |
tree | a13253883c4ff259bff5cf014993bf0c8747c626 /include/configs/x86-common.h | |
parent | 70b95ded03bc13715e595c3a87ec323d9d1dfc62 (diff) |
x86: Remove CONFIG_USB_MAX_CONTROLLER_COUNT
As all x86 boards have been switched over to use DM USB, remove
CONFIG_USB_MAX_CONTROLLER_COUNT which is not used by DM USB.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Stefan Roese <sr@denx.de>
Tested-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/configs/x86-common.h')
-rw-r--r-- | include/configs/x86-common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/x86-common.h b/include/configs/x86-common.h index b5ef8b5c56..a5ed85236e 100644 --- a/include/configs/x86-common.h +++ b/include/configs/x86-common.h @@ -132,7 +132,6 @@ */ #define CONFIG_USB_EHCI_PCI #define CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS 12 -#define CONFIG_USB_MAX_CONTROLLER_COUNT 2 #define CONFIG_SYS_USB_EVENT_POLL #define CONFIG_USB_HOST_ETHER |