summaryrefslogtreecommitdiff
path: root/arch/arm
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2018-01-09 17:27:31 +0300
committerMichal Simek <michal.simek@xilinx.com>2018-01-30 16:28:44 +0300
commit93561a327bb87ac0d3cc61934a8c2150a3cb205f (patch)
treeede719bec5fd6839ad910bf126140a61e1e768f7 /arch/arm
parentc4a142f4a69c9fc7d9d976efc7f09d2447536d1e (diff)
downloadu-boot-93561a327bb87ac0d3cc61934a8c2150a3cb205f.tar.xz
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 'arch/arm')
-rw-r--r--arch/arm/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 7258235da1..21fc2666a9 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -780,7 +780,6 @@ config ARCH_ZYNQ
select SPL_OF_CONTROL if SPL
select DM
select DM_ETH if NET
- select DM_GPIO
select SPL_DM if SPL
select DM_MMC if MMC
select DM_SPI