From 8bbff6a70e2bb01d16832271ec6c3afa22f8aebd Mon Sep 17 00:00:00 2001 From: Adam Ford Date: Sun, 4 Feb 2018 09:32:43 -0600 Subject: Convert CONFIG_MXC_GPIO to Kconfig This converts the following to Kconfig: CONFIG_MXC_GPIO Signed-off-by: Adam Ford --- include/configs/mx53ard.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/configs/mx53ard.h') diff --git a/include/configs/mx53ard.h b/include/configs/mx53ard.h index 985109e5c9..523f507763 100644 --- a/include/configs/mx53ard.h +++ b/include/configs/mx53ard.h @@ -23,8 +23,6 @@ /* Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + 2 * 1024 * 1024) -#define CONFIG_MXC_GPIO - #define CONFIG_SYS_MAX_NAND_DEVICE 1 #define CONFIG_SYS_NAND_BASE NFC_BASE_ADDR_AXI #define CONFIG_MXC_NAND_REGS_BASE NFC_BASE_ADDR_AXI -- cgit