diff --git a/lib/Kconfig b/lib/Kconfig index 028aba9e72af98b402aeec059e0800681e1fad5a..ed7ca8ef4f9fbde82fc52d761028c78d57c0fb0e 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -29,6 +29,10 @@ config GENERIC_IOMAP bool select GENERIC_PCI_IOMAP +config GENERIC_IO + boolean + default n + config CRC_CCITT tristate "CRC-CCITT functions" help @@ -224,6 +228,7 @@ config BTREE config HAS_IOMEM boolean depends on !NO_IOMEM + select GENERIC_IO default y config HAS_IOPORT