From a61f7983544ec9b667ba769f97cff2a9da64201e Mon Sep 17 00:00:00 2001 From: Richard Weinberger Date: Tue, 7 Feb 2012 01:22:46 +0100 Subject: [PATCH] --- yaml --- r: 296437 b: refs/heads/master c: 087fafd15204fb7a5df44b635ed3d3f4348f2d5e h: refs/heads/master i: 296435: 170691363444d55dab9cf051ccea6dd780fae60c v: v3 --- [refs] | 2 +- trunk/lib/Kconfig | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index cab0b739934e..a25cbd13e597 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4c3ff74742b481eaf32d010d072b421c97fd8f08 +refs/heads/master: 087fafd15204fb7a5df44b635ed3d3f4348f2d5e diff --git a/trunk/lib/Kconfig b/trunk/lib/Kconfig index 028aba9e72af..ed7ca8ef4f9f 100644 --- a/trunk/lib/Kconfig +++ b/trunk/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