Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -447,7 +447,6 @@ config ASSOCIATIVE_ARRAY
config HAS_IOMEM
	bool
	depends on !NO_IOMEM
	select GENERIC_IO
	default y

config HAS_IOPORT_MAP