2018-01-17 19:13:38

by Corentin Labbe

[permalink] [raw]
Subject: [PATCH] lib: Remove select of inexistant GENERIC_IO

config option GENERIC_IO was removed but still selected by lib/kconfig
This patch finish the cleaning.

Fixes: 9de8da47742b ("kconfig: kill off GENERIC_IO option")
Signed-off-by: Corentin Labbe <[email protected]>
---
lib/Kconfig | 1 -
1 file changed, 1 deletion(-)

diff --git a/lib/Kconfig b/lib/Kconfig
index e96089499371..8ce8bcad6eff 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -396,7 +396,6 @@ config ASSOCIATIVE_ARRAY
config HAS_IOMEM
bool
depends on !NO_IOMEM
- select GENERIC_IO
default y

config HAS_IOPORT_MAP
--
2.13.6



2018-01-17 19:43:50

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH] lib: Remove select of inexistant GENERIC_IO

+Richard

On Wed, Jan 17, 2018 at 1:10 PM, Corentin Labbe
<[email protected]> wrote:
> config option GENERIC_IO was removed but still selected by lib/kconfig
> This patch finish the cleaning.
>
> Fixes: 9de8da47742b ("kconfig: kill off GENERIC_IO option")
> Signed-off-by: Corentin Labbe <[email protected]>
> ---
> lib/Kconfig | 1 -
> 1 file changed, 1 deletion(-)

Not sure how I missed that one.

Acked-by: Rob Herring <[email protected]>