]> git.baikalelectronics.ru Git - uboot.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)
commit883552ff74df9aa3e73d61247fdbdb863ba095b8
treeede719bec5fd6839ad910bf126140a61e1e768f7
parent565cd1b836b5f9cb6b297bddac5c8b2bb46dd59d
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