]> git.baikalelectronics.ru Git - kernel.git/commit
Introduce CONFIG_GENERIC_IO
authorRichard Weinberger <richard@nod.at>
Tue, 7 Feb 2012 00:22:46 +0000 (01:22 +0100)
committerRichard Weinberger <richard@nod.at>
Sat, 24 Mar 2012 23:29:56 +0000 (00:29 +0100)
commit0b3b4d31f39854355fac740e0f36c9f7c46191cf
tree92feb580b5d88150a17442fc833bc95294e8ee85
parent4967a74d2e179db29577b77f3cac4326cd6b3285
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 <richard@nod.at>
lib/Kconfig