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 <[email protected]>
---
Untested, but safe anyhow.
arch/blackfin/Kconfig | 3 ---
1 file changed, 3 deletions(-)
diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig
index 9ceccef..debd9df 100644
--- a/arch/blackfin/Kconfig
+++ b/arch/blackfin/Kconfig
@@ -51,9 +51,6 @@ config GENERIC_BUG
config ZONE_DMA
def_bool y
-config GENERIC_GPIO
- def_bool y
-
config FORCE_MAX_ZONEORDER
int
default "14"
--
1.8.5.3
Hi Paul,
On Wed, Feb 12, 2014 at 6:54 PM, Paul Bolle <[email protected]> wrote:
> 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 <[email protected]>
> ---
> Untested, but safe anyhow.
>
> arch/blackfin/Kconfig | 3 ---
> 1 file changed, 3 deletions(-)
>
> diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig
> index 9ceccef..debd9df 100644
> --- a/arch/blackfin/Kconfig
> +++ b/arch/blackfin/Kconfig
> @@ -51,9 +51,6 @@ config GENERIC_BUG
> config ZONE_DMA
> def_bool y
>
> -config GENERIC_GPIO
> - def_bool y
> -
Applied. Thanks!
> config FORCE_MAX_ZONEORDER
> int
> default "14"
> --
> 1.8.5.3
>