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)
commit820b7c717f09ea5f024f2185e69e2847fd2851dd
treef62f43035acccefeddaf469a99862f3c3b52c15c
parent4763c0894a2b65f7ff97b3baa368246bb3ba2480
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>
lib/Kconfig