From 348d183e546bf28f78fe0ca03b36d8f76526c10c Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Tue, 16 Jun 2020 19:06:05 -0400 Subject: Convert CONFIG_AT91_GPIO to Kconfig This converts the following to Kconfig: CONFIG_AT91_GPIO Signed-off-by: Tom Rini --- include/configs/at91-sama5_common.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include/configs/at91-sama5_common.h') diff --git a/include/configs/at91-sama5_common.h b/include/configs/at91-sama5_common.h index 624b05a..5362974 100644 --- a/include/configs/at91-sama5_common.h +++ b/include/configs/at91-sama5_common.h @@ -19,11 +19,6 @@ #define CONFIG_SKIP_LOWLEVEL_INIT #endif -/* general purpose I/O */ -#if !CONFIG_IS_ENABLED(DM_GPIO) -#define CONFIG_AT91_GPIO -#endif - /* * BOOTP options */ -- cgit v1.1