diff options
author | Siva Durga Prasad Paladugu | 2016-03-10 16:27:39 +0530 |
---|---|---|
committer | Michal Simek | 2016-04-13 18:29:06 +0200 |
commit | 2978ae23fa252659ccfae9c794105a5d7e1ffc76 (patch) | |
tree | d33fcf8bbbf74056711dcf677fdd29d7f9688bb9 /include/configs | |
parent | 68c7026e8d410295bc281128d8c14edef291461d (diff) |
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 'include/configs')
-rw-r--r-- | include/configs/zynq-common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h index c96b9c52500..49d9fd059f3 100644 --- a/include/configs/zynq-common.h +++ b/include/configs/zynq-common.h @@ -39,8 +39,6 @@ #define CONFIG_ARM_DCC #define CONFIG_ZYNQ_SERIAL -#define CONFIG_ZYNQ_GPIO - /* Ethernet driver */ #if defined(CONFIG_ZYNQ_GEM) # define CONFIG_MII |