提交 087fafd1 编写于 作者: R Richard Weinberger

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: NRichard Weinberger <richard@nod.at>
上级 4c3ff747
...@@ -29,6 +29,10 @@ config GENERIC_IOMAP ...@@ -29,6 +29,10 @@ config GENERIC_IOMAP
bool bool
select GENERIC_PCI_IOMAP select GENERIC_PCI_IOMAP
config GENERIC_IO
boolean
default n
config CRC_CCITT config CRC_CCITT
tristate "CRC-CCITT functions" tristate "CRC-CCITT functions"
help help
...@@ -224,6 +228,7 @@ config BTREE ...@@ -224,6 +228,7 @@ config BTREE
config HAS_IOMEM config HAS_IOMEM
boolean boolean
depends on !NO_IOMEM depends on !NO_IOMEM
select GENERIC_IO
default y default y
config HAS_IOPORT config HAS_IOPORT
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册