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: 9de8da4774
("kconfig: kill off GENERIC_IO option")
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Corentin Labbe <clabbe@baylibre.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
4763c0894a
commit
820b7c717f
|
@ -447,7 +447,6 @@ config ASSOCIATIVE_ARRAY
|
||||||
config HAS_IOMEM
|
config HAS_IOMEM
|
||||||
bool
|
bool
|
||||||
depends on !NO_IOMEM
|
depends on !NO_IOMEM
|
||||||
select GENERIC_IO
|
|
||||||
default y
|
default y
|
||||||
|
|
||||||
config HAS_IOPORT_MAP
|
config HAS_IOPORT_MAP
|
||||||
|
|
Loading…
Reference in New Issue