aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Kconfig')
-rw-r--r--lib/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/Kconfig b/lib/Kconfig
index 028aba9e72af..ed7ca8ef4f9f 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -29,6 +29,10 @@ config GENERIC_IOMAP
29 bool 29 bool
30 select GENERIC_PCI_IOMAP 30 select GENERIC_PCI_IOMAP
31 31
32config GENERIC_IO
33 boolean
34 default n
35
32config CRC_CCITT 36config CRC_CCITT
33 tristate "CRC-CCITT functions" 37 tristate "CRC-CCITT functions"
34 help 38 help
@@ -224,6 +228,7 @@ config BTREE
224config HAS_IOMEM 228config HAS_IOMEM
225 boolean 229 boolean
226 depends on !NO_IOMEM 230 depends on !NO_IOMEM
231 select GENERIC_IO
227 default y 232 default y
228 233
229config HAS_IOPORT 234config HAS_IOPORT