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/tao3530.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/tao3530.h') diff --git a/include/configs/tao3530.h b/include/configs/tao3530.h index 24144d4..85feb05 100644 --- a/include/configs/tao3530.h +++ b/include/configs/tao3530.h @@ -16,7 +16,6 @@ /* * High Level Configuration Options */ -#define CONFIG_OMAP_GPIO #define CONFIG_SDRC /* Has an SDRC controller */ -- cgit v1.1