aboutsummaryrefslogtreecommitdiff
path: root/arch
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 /arch
parentc4a142f4a69c9fc7d9d976efc7f09d2447536d1e (diff)
downloadu-boot-93561a327bb87ac0d3cc61934a8c2150a3cb205f.zip
u-boot-93561a327bb87ac0d3cc61934a8c2150a3cb205f.tar.gz
u-boot-93561a327bb87ac0d3cc61934a8c2150a3cb205f.tar.bz2
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')
-rw-r--r--arch/arm/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 7258235..21fc266 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