diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Kconfig b/lib/Kconfig index 32f3e5ae2be..005892723a5 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 |