diff options
author | Dinh Nguyen <dinguyen@kernel.org> | 2018-04-04 17:18:25 -0500 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2018-04-17 11:39:50 +0200 |
commit | a8c2dcf098f577dbc4c059732e73c0ccb6832398 (patch) | |
tree | 2f99290a9c5d8191e280f653f41042922824f553 /configs/socfpga_socrates_defconfig | |
parent | 622597dee4f66d5bd7dd5135d770077af04b0349 (diff) | |
download | u-boot-a8c2dcf098f577dbc4c059732e73c0ccb6832398.tar.gz |
configs: socfpga: add DM_RESET
Add the DM reset driver to socfpga defconfigs.
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
Diffstat (limited to 'configs/socfpga_socrates_defconfig')
-rw-r--r-- | configs/socfpga_socrates_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/socfpga_socrates_defconfig b/configs/socfpga_socrates_defconfig index a1ee44272e..91e75de05c 100644 --- a/configs/socfpga_socrates_defconfig +++ b/configs/socfpga_socrates_defconfig @@ -56,6 +56,7 @@ CONFIG_PHY_MICREL=y CONFIG_PHY_MICREL_KSZ90X1=y CONFIG_DM_ETH=y CONFIG_ETH_DESIGNWARE=y +CONFIG_DM_RESET=y CONFIG_SYS_NS16550=y CONFIG_CADENCE_QSPI=y CONFIG_DESIGNWARE_SPI=y |