diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2014-02-12 05:54:37 -0500 |
---|---|---|
committer | Steven Miao <realmz6@gmail.com> | 2014-04-11 11:41:51 -0400 |
commit | 41f8fd926e5d28587281a2bc449f8a2f7876903a (patch) | |
tree | 71230c8486033d3ee0a5b00a08ca300f0c096da6 /arch/blackfin | |
parent | e8fac6334d205ebe7b4923b141384b105685a226 (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/Kconfig | 3 |
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 | |||
52 | config ZONE_DMA | 52 | config ZONE_DMA |
53 | def_bool y | 53 | def_bool y |
54 | 54 | ||
55 | config GENERIC_GPIO | ||
56 | def_bool y | ||
57 | |||
58 | config FORCE_MAX_ZONEORDER | 55 | config FORCE_MAX_ZONEORDER |
59 | int | 56 | int |
60 | default "14" | 57 | default "14" |