Skip to content
Snippets Groups Projects
Commit 820b7c71 authored by Corentin Labbe's avatar Corentin Labbe Committed by Linus Torvalds
Browse files

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: 9de8da47 ("kconfig: kill off GENERIC_IO option")
Acked-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarCorentin Labbe <clabbe@baylibre.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 4763c089
No related branches found
No related tags found
No related merge requests found
......@@ -447,7 +447,6 @@ config ASSOCIATIVE_ARRAY
config HAS_IOMEM
bool
depends on !NO_IOMEM
select GENERIC_IO
default y
config HAS_IOPORT_MAP
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment