lib: move GENERIC_IOMAP to lib/Kconfig

define GENERIC_IOMAP in a central location
instead of all architectures. This will be helpful
for the follow-up patch which makes it select
other configs. Code is also a bit shorter this way.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
Michael S. Tsirkin
2011-11-24 14:54:28 +02:00
parent caca6a03d3
commit 4673ca8eb3
12 changed files with 10 additions and 36 deletions

View File

@@ -19,6 +19,9 @@ config RATIONAL
config GENERIC_FIND_FIRST_BIT
bool
config GENERIC_IOMAP
bool
config CRC_CCITT
tristate "CRC-CCITT functions"
help