summaryrefslogtreecommitdiffstats
path: root/lib/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Kconfig')
-rw-r--r--lib/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/Kconfig b/lib/Kconfig
index 4e9213f3e5..3d06655707 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -110,6 +110,14 @@ config ALLOW_PRNG_FALLBACK
available and this option is disabled, cmd_password will fail.
Enable it on your own risk.
+config CRC_CCITT
+ bool "CRC-CCITT functions"
+ help
+ This option is provided for the case where no in-kernel-tree
+ modules require CRC-CCITT functions, but a module built outside
+ the kernel tree does. Such modules that use library CRC-CCITT
+ functions require M here.
+
source lib/gui/Kconfig
source lib/fonts/Kconfig