diff options
author | Simon Glass <sjg@chromium.org> | 2015-02-05 21:41:49 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-02-12 10:35:35 -0700 |
commit | 0f36f957f4108d2d1d935e3076b7ae91f4e65a7d (patch) | |
tree | eb4ec4de59ba9642859ed617821f1589f71508e0 /configs/socfpga_socrates_defconfig | |
parent | 70c45aeb433d1c4c8f970927aba0cd45d701a7ae (diff) | |
download | u-boot-imx-0f36f957f4108d2d1d935e3076b7ae91f4e65a7d.zip u-boot-imx-0f36f957f4108d2d1d935e3076b7ae91f4e65a7d.tar.gz u-boot-imx-0f36f957f4108d2d1d935e3076b7ae91f4e65a7d.tar.bz2 |
dm: socfpga: Move driver model CONFIGs to Kconfig
Remove driver model CONFIGs from the board config headers and use Kconfig
instead.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/socfpga_socrates_defconfig')
-rw-r--r-- | configs/socfpga_socrates_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/socfpga_socrates_defconfig b/configs/socfpga_socrates_defconfig index 0f3896d..888bbb6 100644 --- a/configs/socfpga_socrates_defconfig +++ b/configs/socfpga_socrates_defconfig @@ -3,3 +3,6 @@ CONFIG_SPL=y +S:CONFIG_TARGET_SOCFPGA_CYCLONE5=y CONFIG_OF_CONTROL=y CONFIG_DEFAULT_DEVICE_TREE="socfpga_cyclone5_socrates" +CONFIG_DM=y +CONFIG_DM_SPI=y +CONFIG_DM_SPI_FLASH=y |