Skip to content

Commit

Permalink
lib: Remove select of inexistant GENERIC_IO
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
montjoie authored and torvalds committed Nov 10, 2019
1 parent 4763c08 commit 820b7c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,6 @@ config ASSOCIATIVE_ARRAY
config HAS_IOMEM
bool
depends on !NO_IOMEM
select GENERIC_IO
default y

config HAS_IOPORT_MAP
Expand Down

0 comments on commit 820b7c7

Please sign in to comment.