| commit | 820b7c717f09ea5f024f2185e69e2847fd2851dd | [log] [tgz] |
|---|---|---|
| author | Corentin Labbe <clabbe@baylibre.com> | Sun Nov 10 16:27:54 2019 +0000 |
| committer | Linus Torvalds <torvalds@linux-foundation.org> | Sun Nov 10 10:38:43 2019 -0800 |
| tree | f62f43035acccefeddaf469a99862f3c3b52c15c | |
| parent | 4763c0894a2b65f7ff97b3baa368246bb3ba2480 [diff] |
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>