diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2017-08-09 00:21:54 -0700 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2017-08-21 11:30:44 +0200 |
commit | a11a5b8ad9d7bfd37e7abbbaecc536f86eabc2d2 (patch) | |
tree | 8bef6d9667258bcad2384941d52cab535481bed1 /include/configs/x86-common.h | |
parent | 2d7cb5b426e7e0cdf684d7f8029ad132d7a8d383 (diff) |
usb: ehci: Convert CONFIG_USB_EHCI_PCI to Kconfig
This converts CONFIG_USB_EHCI_PCI to a Kconfig option, and updates
all boards that use it.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
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 687f8df450..49fcbc5b9f 100644 --- a/include/configs/x86-common.h +++ b/include/configs/x86-common.h @@ -118,7 +118,6 @@ /*----------------------------------------------------------------------- * USB configuration */ -#define CONFIG_USB_EHCI_PCI #define CONFIG_SYS_USB_EVENT_POLL #define CONFIG_USB_HOST_ETHER |