projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4763c08
)
lib: Remove select of inexistant GENERIC_IO
author
Corentin Labbe
<clabbe@baylibre.com>
Sun, 10 Nov 2019 16:27:54 +0000
(16:27 +0000)
committer
Linus 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
patch
|
blob
|
history
diff --git
a/lib/Kconfig
b/lib/Kconfig
index 183f92a297ca557d86de048325f78a048741e37c..3321d04dfa5a5a703909d1f201ffecf75a7767fa 100644
(file)
--- a/
lib/Kconfig
+++ b/
lib/Kconfig
@@
-447,7
+447,6
@@
config ASSOCIATIVE_ARRAY
config HAS_IOMEM
bool
depends on !NO_IOMEM
- select GENERIC_IO
default y
config HAS_IOPORT_MAP