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 /configs | |
parent | 2d7cb5b426e7e0cdf684d7f8029ad132d7a8d383 (diff) | |
download | u-boot-a11a5b8ad9d7bfd37e7abbbaecc536f86eabc2d2.tar.gz |
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 'configs')
-rw-r--r-- | configs/MPC8544DS_defconfig | 1 | ||||
-rw-r--r-- | configs/MPC8572DS_36BIT_defconfig | 1 | ||||
-rw-r--r-- | configs/MPC8572DS_defconfig | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/configs/MPC8544DS_defconfig b/configs/MPC8544DS_defconfig index 3e75de7f46..457dfb14c4 100644 --- a/configs/MPC8544DS_defconfig +++ b/configs/MPC8544DS_defconfig @@ -28,5 +28,6 @@ CONFIG_RTL8139=y CONFIG_SCSI=y CONFIG_SYS_NS16550=y CONFIG_USB=y +CONFIG_USB_EHCI_PCI=y CONFIG_USB_STORAGE=y CONFIG_OF_LIBFDT=y diff --git a/configs/MPC8572DS_36BIT_defconfig b/configs/MPC8572DS_36BIT_defconfig index 4a3a7e0f7c..1c4ab115c6 100644 --- a/configs/MPC8572DS_36BIT_defconfig +++ b/configs/MPC8572DS_36BIT_defconfig @@ -27,5 +27,6 @@ CONFIG_PHY_GIGE=y CONFIG_E1000=y CONFIG_SYS_NS16550=y CONFIG_USB=y +CONFIG_USB_EHCI_PCI=y CONFIG_USB_STORAGE=y CONFIG_OF_LIBFDT=y diff --git a/configs/MPC8572DS_defconfig b/configs/MPC8572DS_defconfig index 9af509ffd8..8881713c1c 100644 --- a/configs/MPC8572DS_defconfig +++ b/configs/MPC8572DS_defconfig @@ -26,5 +26,6 @@ CONFIG_PHY_GIGE=y CONFIG_E1000=y CONFIG_SYS_NS16550=y CONFIG_USB=y +CONFIG_USB_EHCI_PCI=y CONFIG_USB_STORAGE=y CONFIG_OF_LIBFDT=y |