summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorVipul Kumar <[email protected]>2018-02-28 11:32:22 +0530
committerMichal Simek <[email protected]>2018-03-01 15:43:45 +0100
commit71d5a14204dcd2023feca41cd606bd99d075446a (patch)
tree6ceef76c8de9bd6df086a277fbb5923bf5f4bcd3 /include
parente885b4255f88d83461cf5a15b5a5782050687242 (diff)
microblaze: Added Kconfig support for CONFIG_XILINX_GPIO
This patch added Kconfig support for CONFIG_XILINX_GPIO and enabled it in respective defconfig. Signed-off-by: Vipul Kumar <[email protected]> Signed-off-by: Siva Durga Prasad Paladugu <[email protected]> Signed-off-by: Michal Simek <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/configs/microblaze-generic.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/microblaze-generic.h b/include/configs/microblaze-generic.h
index fe9aaaec1db..73c3c2ae485 100644
--- a/include/configs/microblaze-generic.h
+++ b/include/configs/microblaze-generic.h
@@ -41,7 +41,6 @@
/* gpio */
#ifdef XILINX_GPIO_BASEADDR
-# define CONFIG_XILINX_GPIO
# define CONFIG_SYS_GPIO_0_ADDR XILINX_GPIO_BASEADDR
#endif