]> git.sur5r.net Git - u-boot/blobdiff - lib/Kconfig
fdt_region: remove unneeded fdt_internal.h inclusion
[u-boot] / lib / Kconfig
index 87db2e396eee374900c268ef61bf06014db63b22..a4029a67dd6fff5184ae7ebd37ef837be3b25eac 100644 (file)
@@ -15,9 +15,18 @@ 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
 
+config LIB_UUID
+       bool
+
 config USE_PRIVATE_LIBGCC
        bool "Use private libgcc"
        depends on HAVE_PRIVATE_LIBGCC
@@ -301,5 +310,6 @@ endmenu
 
 source lib/efi/Kconfig
 source lib/efi_loader/Kconfig
+source lib/optee/Kconfig
 
 endmenu