summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-02-05 21:41:49 -0700
committerSimon Glass <sjg@chromium.org>2015-02-12 10:35:35 -0700
commit0f36f957f4108d2d1d935e3076b7ae91f4e65a7d (patch)
treeeb4ec4de59ba9642859ed617821f1589f71508e0 /configs
parent70c45aeb433d1c4c8f970927aba0cd45d701a7ae (diff)
downloadtalos-obmc-uboot-0f36f957f4108d2d1d935e3076b7ae91f4e65a7d.tar.gz
talos-obmc-uboot-0f36f957f4108d2d1d935e3076b7ae91f4e65a7d.zip
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')
-rw-r--r--configs/socfpga_socrates_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/socfpga_socrates_defconfig b/configs/socfpga_socrates_defconfig
index 0f3896d5f0..888bbb6c6f 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
OpenPOWER on IntegriCloud