diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2011-11-24 07:54:28 -0500 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2011-11-24 15:21:19 -0500 |
commit | 4673ca8eb3690832e76371371955a8b02e1f59d4 (patch) | |
tree | 2d70b7ec1e33a35b9363c3a3cf986cd583c6f6e0 /lib/Kconfig | |
parent | caca6a03d365883564885f2c1da3e88dcf65d139 (diff) |
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>
Diffstat (limited to 'lib/Kconfig')
-rw-r--r-- | lib/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Kconfig b/lib/Kconfig index 32f3e5ae2be5..005892723a52 100644 --- a/lib/Kconfig +++ b/lib/Kconfig | |||
@@ -19,6 +19,9 @@ config RATIONAL | |||
19 | config GENERIC_FIND_FIRST_BIT | 19 | config GENERIC_FIND_FIRST_BIT |
20 | bool | 20 | bool |
21 | 21 | ||
22 | config GENERIC_IOMAP | ||
23 | bool | ||
24 | |||
22 | config CRC_CCITT | 25 | config CRC_CCITT |
23 | tristate "CRC-CCITT functions" | 26 | tristate "CRC-CCITT functions" |
24 | help | 27 | help |