From 36c1877c5c28dd515ad90d3a6b78f1797d80636e Mon Sep 17 00:00:00 2001 From: Faiz Abbas Date: Tue, 6 Feb 2018 19:15:58 +0530 Subject: 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 --- lib/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib/Kconfig') 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 -- cgit v1.2.3