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/imx27lite-common.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include/configs/imx27lite-common.h') diff --git a/include/configs/imx27lite-common.h b/include/configs/imx27lite-common.h index 9596f0bbe2..f83d909440 100644 --- a/include/configs/imx27lite-common.h +++ b/include/configs/imx27lite-common.h @@ -131,11 +131,6 @@ #define CONFIG_JFFS2_NAND #define CONFIG_MXC_NAND_HWECC -/* - * GPIO - */ -#define CONFIG_MXC_GPIO - /* * U-Boot general configuration */ -- cgit