summaryrefslogtreecommitdiff
path: root/configs/topic_miamiplus_defconfig
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2018-01-09 15:27:31 +0100
committerMichal Simek <michal.simek@xilinx.com>2018-01-30 14:28:44 +0100
commit93561a327bb87ac0d3cc61934a8c2150a3cb205f (patch)
treeede719bec5fd6839ad910bf126140a61e1e768f7 /configs/topic_miamiplus_defconfig
parentc4a142f4a69c9fc7d9d976efc7f09d2447536d1e (diff)
arm: zynq: Enable DM_GPIO when needed
There are two reasons for doing this change. There is still !DM driver for xilinx soft gpio IP and especially it is saving some space for memory constrained boards like cse (almost ~400B). Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'configs/topic_miamiplus_defconfig')
-rw-r--r--configs/topic_miamiplus_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/topic_miamiplus_defconfig b/configs/topic_miamiplus_defconfig
index d511a94283..e2d6c935f4 100644
--- a/configs/topic_miamiplus_defconfig
+++ b/configs/topic_miamiplus_defconfig
@@ -30,6 +30,7 @@ CONFIG_OF_EMBED=y
CONFIG_SPL_DM_SEQ_ALIAS=y
CONFIG_DFU_RAM=y
CONFIG_FPGA_XILINX=y
+CONFIG_DM_GPIO=y
CONFIG_MMC_SDHCI=y
CONFIG_MMC_SDHCI_ZYNQ=y
CONFIG_SPI_FLASH=y