summaryrefslogtreecommitdiffstats
path: root/configs/socfpga_cyclone5_defconfig
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2015-06-23 16:01:28 +0200
committerMarek Vasut <marex@denx.de>2015-08-23 11:56:20 +0200
commit1bd57ff540fc6734d3a27be170109e891d6664cf (patch)
tree54fa8297013c78d7c832a6470f2075841070c70d /configs/socfpga_cyclone5_defconfig
parent660f53bc1af16064e2f65b8b6672c8d5a33b84f0 (diff)
downloadtalos-obmc-uboot-1bd57ff540fc6734d3a27be170109e891d6664cf.tar.gz
talos-obmc-uboot-1bd57ff540fc6734d3a27be170109e891d6664cf.zip
arm: socfpga: Enable DWAPB GPIO driver
Enable the DWAPB GPIO driver for SoCFPGA Cyclone V and Arria V. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Simon Glass <sjg@chromium.org> Cc: Dinh Nguyen <dinguyen@opensource.altera.com>
Diffstat (limited to 'configs/socfpga_cyclone5_defconfig')
-rw-r--r--configs/socfpga_cyclone5_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/socfpga_cyclone5_defconfig b/configs/socfpga_cyclone5_defconfig
index 190cdae852..954c936dcc 100644
--- a/configs/socfpga_cyclone5_defconfig
+++ b/configs/socfpga_cyclone5_defconfig
@@ -12,6 +12,8 @@ CONFIG_SPI_FLASH=y
CONFIG_DM_ETH=y
CONFIG_NETDEVICES=y
CONFIG_ETH_DESIGNWARE=y
+CONFIG_DM_GPIO=y
+CONFIG_DWAPB_GPIO=y
CONFIG_SPL_DM=y
CONFIG_SPL_MMC_SUPPORT=y
CONFIG_DM_SEQ_ALIAS=y
OpenPOWER on IntegriCloud