diff options
author | Angelo Dureghello <angelo@sysam.it> | 2019-03-13 21:46:48 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-05-24 08:11:58 -0400 |
commit | 25bfc0b1e89065bd04d1c8c7e80d9223d1bf5e66 (patch) | |
tree | d534e96eb245710a1ff2329a3c18c7c55bf41858 /configs/M54418TWR_nand_rmii_lowfreq_defconfig | |
parent | 5ea3766461dd3d317aa2388fbc3b51e0861b09cd (diff) | |
download | u-boot-25bfc0b1e89065bd04d1c8c7e80d9223d1bf5e66.tar.gz |
configs: add DM_SPI config option
This patch adds CONFIG_DM_SPI for all m68k boards using
the cf_spi.c driver (DSPI module).
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Angelo Dureghello <angelo@sysam.it>
Diffstat (limited to 'configs/M54418TWR_nand_rmii_lowfreq_defconfig')
-rw-r--r-- | configs/M54418TWR_nand_rmii_lowfreq_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/M54418TWR_nand_rmii_lowfreq_defconfig b/configs/M54418TWR_nand_rmii_lowfreq_defconfig index dda2864e18..4881076757 100644 --- a/configs/M54418TWR_nand_rmii_lowfreq_defconfig +++ b/configs/M54418TWR_nand_rmii_lowfreq_defconfig @@ -24,4 +24,5 @@ CONFIG_SPI_FLASH=y CONFIG_SPI_FLASH_ATMEL=y CONFIG_MII=y CONFIG_SPI=y +CONFIG_DM_SPI=y CONFIG_CF_SPI=y |