From 41f8fd926e5d28587281a2bc449f8a2f7876903a Mon Sep 17 00:00:00 2001 From: Paul Bolle Date: Wed, 12 Feb 2014 11:54:37 +0100 Subject: blackfin: Remove GENERIC_GPIO config option again The Kconfig symbol GENERIC_GPIO was removed in v3.10. Nothing cares about it anymore. It popped up somehow in v3.13, so it can be removed again. Signed-off-by: Paul Bolle --- arch/blackfin/Kconfig | 3 --- 1 file changed, 3 deletions(-) (limited to 'arch/blackfin/Kconfig') diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig index f936ee6f5688..5ae0aa77aff6 100644 --- a/arch/blackfin/Kconfig +++ b/arch/blackfin/Kconfig @@ -52,9 +52,6 @@ config GENERIC_BUG config ZONE_DMA def_bool y -config GENERIC_GPIO - def_bool y - config FORCE_MAX_ZONEORDER int default "14" -- cgit