]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb42202656448b6ad98ef724a7f1e668a418ae061
treef62f43035acccefeddaf469a99862f3c3b52c15c
parentbe0e8dcba96f0847fb24f0243bc3bb037d721b1c
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: 0125df986d49 ("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