]> Git Repo - linux.git/commitdiff
lib: Remove select of inexistant GENERIC_IO
authorCorentin Labbe <[email protected]>
Sun, 10 Nov 2019 16:27:54 +0000 (16:27 +0000)
committerLinus Torvalds <[email protected]>
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 <[email protected]>
Signed-off-by: Corentin Labbe <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
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
This page took 0.051049 seconds and 4 git commands to generate.