Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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: 9de8da47742b ("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>

authored by

Corentin Labbe and committed by
Linus Torvalds
820b7c71 4763c089

-1
-1
lib/Kconfig
··· 447 447 config HAS_IOMEM 448 448 bool 449 449 depends on !NO_IOMEM 450 - select GENERIC_IO 451 450 default y 452 451 453 452 config HAS_IOPORT_MAP