lib: Remove select of inexistant GENERIC_IO
authorCorentin Labbe <clabbe@baylibre.com>
Sun, 10 Nov 2019 16:27:54 +0000 (16:27 +0000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 10 Nov 2019 18:38:43 +0000 (10:38 -0800)
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>
lib/Kconfig

index 183f92a297ca557d86de048325f78a048741e37c..3321d04dfa5a5a703909d1f201ffecf75a7767fa 100644 (file)
@@ -447,7 +447,6 @@ config ASSOCIATIVE_ARRAY
 config HAS_IOMEM
        bool
        depends on !NO_IOMEM
-       select GENERIC_IO
        default y
 
 config HAS_IOPORT_MAP