aboutsummaryrefslogtreecommitdiff
path: root/lib/Kconfig
diff options
context:
space:
mode:
authorFaiz Abbas <faiz_abbas@ti.com>2018-02-06 19:15:58 +0530
committerTom Rini <trini@konsulko.com>2018-02-14 12:14:11 -0500
commit36c1877c5c28dd515ad90d3a6b78f1797d80636e (patch)
tree90ab065b09a0cb4d26fb4462b40e75ce4be056eb /lib/Kconfig
parent7e63ba2f49c68656cf8a530de28582ba8b81099c (diff)
downloadu-boot-36c1877c5c28dd515ad90d3a6b78f1797d80636e.zip
u-boot-36c1877c5c28dd515ad90d3a6b78f1797d80636e.tar.gz
u-boot-36c1877c5c28dd515ad90d3a6b78f1797d80636e.tar.bz2
lib: Kconfig: Move DYNAMIC_CRC_TABLE to Kconfig
Add CONFIG prefix to DYNAMIC_CRC_TABLE and implement it in Kconfig. Signed-off-by: Faiz Abbas <faiz_abbas@ti.com>
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 5178e86..4fd41c4 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