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/mx7_common.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/configs/mx7_common.h') diff --git a/include/configs/mx7_common.h b/include/configs/mx7_common.h index 8eb0a8078d3..b4fc3ee78a2 100644 --- a/include/configs/mx7_common.h +++ b/include/configs/mx7_common.h @@ -45,9 +45,6 @@ #ifndef CONFIG_SYS_DCACHE_OFF #endif -/* GPIO */ -#define CONFIG_MXC_GPIO - /* UART */ #define CONFIG_MXC_UART -- cgit