From 053ae0a363276324aebbbdb1c2056a9380209f4b Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Wed, 18 Feb 2015 22:33:46 +0100 Subject: arm: socfpga: Enable DM and DM_SPI Enable DM and DM_SPI support for both Cyclone 5 and Arria 5 boards, since they use drivers which require those. Signed-off-by: Marek Vasut Cc: Chin Liang See Cc: Dinh Nguyen Acked-by: Pavel Machek Acked-by: Simon Glass Acked-by: Stefan Roese Cc: Tom Rini Cc: Vince Bridgers --- configs/socfpga_cyclone5_defconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configs/socfpga_cyclone5_defconfig') diff --git a/configs/socfpga_cyclone5_defconfig b/configs/socfpga_cyclone5_defconfig index 2d3dd47526..6743f4d490 100644 --- a/configs/socfpga_cyclone5_defconfig +++ b/configs/socfpga_cyclone5_defconfig @@ -3,3 +3,6 @@ CONFIG_SPL=y +S:CONFIG_TARGET_SOCFPGA_CYCLONE5=y CONFIG_OF_CONTROL=y CONFIG_DEFAULT_DEVICE_TREE="socfpga_cyclone5_socdk" +CONFIG_DM=y +CONFIG_DM_SPI=y +CONFIG_DM_SPI_FLASH=y -- cgit v1.2.1