From 29cb2b3b903ce12e7abc2fc9a8cfb12a0be36852 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Fri, 12 May 2017 22:33:21 -0400 Subject: gpio: Move OMAP_GPIO to Kconfig This driver is used often enough such that we want to have this enabled by default on any ARCH_OMAP2PLUS board, and this only compiles on ARCH_OMAP2PLUS due to required defines, so mark that as the depends. Signed-off-by: Tom Rini --- include/configs/kc1.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'include/configs/kc1.h') diff --git a/include/configs/kc1.h b/include/configs/kc1.h index 39c750c15e..343685a652 100644 --- a/include/configs/kc1.h +++ b/include/configs/kc1.h @@ -53,12 +53,6 @@ #define CONFIG_SYS_MALLOC_LEN (1024 * 1024 + CONFIG_ENV_SIZE) -/* - * GPIO - */ - -#define CONFIG_OMAP_GPIO - /* * I2C */ -- cgit v1.2.1