summaryrefslogtreecommitdiff
path: root/lib/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Kconfig')
-rw-r--r--lib/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/Kconfig b/lib/Kconfig
index 5178e8642e..4fd41c4282 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -15,6 +15,12 @@ config CC_OPTIMIZE_LIBS_FOR_SPEED
If unsure, say N.
+config DYNAMIC_CRC_TABLE
+ bool "Enable Dynamic tables for CRC"
+ help
+ Enable this option to calculate entries for CRC tables at runtime.
+ This can be helpful when reducing the size of the build image
+
config HAVE_PRIVATE_LIBGCC
bool