diff options
Diffstat (limited to 'lib/Kconfig')
-rw-r--r-- | lib/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/Kconfig b/lib/Kconfig index e43197efeb9c..3de93357f5ab 100644 --- a/lib/Kconfig +++ b/lib/Kconfig | |||
@@ -12,6 +12,14 @@ config CRC_CCITT | |||
12 | the kernel tree does. Such modules that use library CRC-CCITT | 12 | the kernel tree does. Such modules that use library CRC-CCITT |
13 | functions require M here. | 13 | functions require M here. |
14 | 14 | ||
15 | config CRC16 | ||
16 | tristate "CRC16 functions" | ||
17 | help | ||
18 | This option is provided for the case where no in-kernel-tree | ||
19 | modules require CRC16 functions, but a module built outside | ||
20 | the kernel tree does. Such modules that use library CRC16 | ||
21 | functions require M here. | ||
22 | |||
15 | config CRC32 | 23 | config CRC32 |
16 | tristate "CRC32 functions" | 24 | tristate "CRC32 functions" |
17 | default y | 25 | default y |