From: Richard Weinberger Date: Tue, 7 Feb 2012 00:22:46 +0000 (+0100) Subject: Introduce CONFIG_GENERIC_IO X-Git-Tag: v3.4-rc1~81^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=087fafd15204fb7a5df44b635ed3d3f4348f2d5e;p=pandora-kernel.git Introduce CONFIG_GENERIC_IO There are situations where CONFIG_HAS_IOMEM is too restrictive. For example CONFIG_MTD_NAND_NANDSIM depends on CONFIG_HAS_IOMEM but it works perfectly fine if an architecture without io memory just includes asm-generic/io.h or implements everything defined in it. UML is such a corner case. Signed-off-by: Richard Weinberger --- Reading git-diff-tree failed