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/bur_am335x_common.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/configs/bur_am335x_common.h') diff --git a/include/configs/bur_am335x_common.h b/include/configs/bur_am335x_common.h index 4f57241e1f..7aad7ea51f 100644 --- a/include/configs/bur_am335x_common.h +++ b/include/configs/bur_am335x_common.h @@ -75,8 +75,6 @@ #define CONFIG_SYS_OMAP24_I2C_SPEED 100000 #define CONFIG_SYS_OMAP24_I2C_SLAVE 1 #define CONFIG_SYS_I2C_OMAP24XX -/* GPIO */ -#define CONFIG_OMAP_GPIO /* * Our platforms make use of SPL to initalize the hardware (primarily -- cgit v1.2.1