diff options
author | Tom Rini <trini@konsulko.com> | 2017-08-21 07:16:56 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-08-21 07:16:56 -0400 |
commit | 09b6a6dd010cad18ef1cea2cf579244f0fd17ce4 (patch) | |
tree | 2c527aa1bc458d76f4565592bee72c9c7f2a0327 /configs | |
parent | 8197d92843952b376915fdbcbf67c723feab1532 (diff) | |
parent | 5bf4475f1d7726541edec0060c6461fbb37db02d (diff) | |
download | u-boot-09b6a6dd010cad18ef1cea2cf579244f0fd17ce4.zip u-boot-09b6a6dd010cad18ef1cea2cf579244f0fd17ce4.tar.gz u-boot-09b6a6dd010cad18ef1cea2cf579244f0fd17ce4.tar.bz2 |
Merge git://git.denx.de/u-boot-usb
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 3e75de7..457dfb1 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 4a3a7e0..1c4ab11 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 9af509f..8881713 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 |