aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin
diff options
context:
space:
mode:
authorPaul Bolle <pebolle@tiscali.nl>2014-02-12 05:54:37 -0500
committerSteven Miao <realmz6@gmail.com>2014-04-11 11:41:51 -0400
commit41f8fd926e5d28587281a2bc449f8a2f7876903a (patch)
tree71230c8486033d3ee0a5b00a08ca300f0c096da6 /arch/blackfin
parente8fac6334d205ebe7b4923b141384b105685a226 (diff)
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 <pebolle@tiscali.nl>
Diffstat (limited to 'arch/blackfin')
-rw-r--r--arch/blackfin/Kconfig3
1 files changed, 0 insertions, 3 deletions
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
52config ZONE_DMA 52config ZONE_DMA
53 def_bool y 53 def_bool y
54 54
55config GENERIC_GPIO
56 def_bool y
57
58config FORCE_MAX_ZONEORDER 55config FORCE_MAX_ZONEORDER
59 int 56 int
60 default "14" 57 default "14"