]> git.ipfire.org Git - people/ms/u-boot.git/commit
arm: zynq: Enable DM_GPIO when needed
authorMichal Simek <michal.simek@xilinx.com>
Tue, 9 Jan 2018 14:27:31 +0000 (15:27 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 30 Jan 2018 13:28:44 +0000 (14:28 +0100)
commit93561a327bb87ac0d3cc61934a8c2150a3cb205f
treeede719bec5fd6839ad910bf126140a61e1e768f7
parentc4a142f4a69c9fc7d9d976efc7f09d2447536d1e
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>
18 files changed:
arch/arm/Kconfig
configs/syzygy_hub_defconfig
configs/topic_miami_defconfig
configs/topic_miamilite_defconfig
configs/topic_miamiplus_defconfig
configs/zynq_cc108_defconfig
configs/zynq_cse_qspi_defconfig
configs/zynq_microzed_defconfig
configs/zynq_picozed_defconfig
configs/zynq_z_turn_defconfig
configs/zynq_zc702_defconfig
configs/zynq_zc706_defconfig
configs/zynq_zc770_xm010_defconfig
configs/zynq_zc770_xm011_defconfig
configs/zynq_zc770_xm012_defconfig
configs/zynq_zc770_xm013_defconfig
configs/zynq_zed_defconfig
configs/zynq_zybo_defconfig