diff options
author | Siva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com> | 2016-03-10 16:27:39 +0530 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2016-04-13 18:29:06 +0200 |
commit | 2978ae23fa252659ccfae9c794105a5d7e1ffc76 (patch) | |
tree | d33fcf8bbbf74056711dcf677fdd29d7f9688bb9 /arch | |
parent | 68c7026e8d410295bc281128d8c14edef291461d (diff) | |
download | u-boot-imx-2978ae23fa252659ccfae9c794105a5d7e1ffc76.zip u-boot-imx-2978ae23fa252659ccfae9c794105a5d7e1ffc76.tar.gz u-boot-imx-2978ae23fa252659ccfae9c794105a5d7e1ffc76.tar.bz2 |
gpio: Kconfig: Enable Zynq GPIO driver using kconfig
Enable DM GPIO and ZYNQ GPIO using kconfig instead of the board
config file.
Signed-off-by: Siva Durga Prasad Paladugu <sivadur@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index c8e0337..802d3b4 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -579,6 +579,7 @@ config ARCH_ZYNQ select SPL_OF_CONTROL if SPL select DM select DM_ETH + select DM_GPIO select SPL_DM if SPL select DM_MMC select DM_SPI |