diff options
author | Tom Rini <trini@konsulko.com> | 2019-12-24 08:18:19 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-12-24 08:18:19 -0500 |
commit | 87f69f467a8335b171c71bf217d2625d515acd7c (patch) | |
tree | c46abf4bb357aa10d2d9a075ea7df63cbc2579aa /configs/P4080DS_SRIO_PCIE_BOOT_defconfig | |
parent | c0912f9bbfb26dd03d189953678691b799d35b6e (diff) | |
parent | 4466b99703197c6258aded7728eed7c292343a43 (diff) |
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xx into next
- Enable DM driver on ppc/km boards
- Enable DM_USB for some of NXP powerpc platforms: P5040, T4240, T208x,
T104x, P4080, P2041, P2020, P1020, P3041
- Some updates in mpc85xx-ddr driver, km boards
Diffstat (limited to 'configs/P4080DS_SRIO_PCIE_BOOT_defconfig')
-rw-r--r-- | configs/P4080DS_SRIO_PCIE_BOOT_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/P4080DS_SRIO_PCIE_BOOT_defconfig b/configs/P4080DS_SRIO_PCIE_BOOT_defconfig index a090bed0bc..bc1c9caf6d 100644 --- a/configs/P4080DS_SRIO_PCIE_BOOT_defconfig +++ b/configs/P4080DS_SRIO_PCIE_BOOT_defconfig @@ -41,5 +41,6 @@ CONFIG_SYS_NS16550=y CONFIG_SPI=y CONFIG_FSL_ESPI=y CONFIG_USB=y +CONFIG_DM_USB=y CONFIG_USB_STORAGE=y CONFIG_OF_LIBFDT=y |