Skip to content

Commit 820b7c7

Browse files
montjoietorvalds
authored andcommitted
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: 9de8da4 ("kconfig: kill off GENERIC_IO option") Acked-by: Rob Herring <[email protected]> Signed-off-by: Corentin Labbe <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
1 parent 4763c08 commit 820b7c7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,6 @@ config ASSOCIATIVE_ARRAY
447447
config HAS_IOMEM
448448
bool
449449
depends on !NO_IOMEM
450-
select GENERIC_IO
451450
default y
452451

453452
config HAS_IOPORT_MAP

0 commit comments

Comments
 (0)