X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lib%2FKconfig;h=00ac650e741dca33d2d672375b24076c6509ee03;hb=77425e73b82609ed0471b40562c6deef5450d647;hp=628ef8ddb642d3721d3dd83e010f3b2e4dcb5ba4;hpb=7264f2928b46c5f5685e39ed607652c8991e47b6;p=people%2Fms%2Fu-boot.git diff --git a/lib/Kconfig b/lib/Kconfig index 628ef8ddb6..00ac650e74 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -45,6 +45,16 @@ config USE_TINY_PRINTF The supported format specifiers are %c, %s, %u/%d and %x. +config PANIC_HANG + bool "Do not reset the system on fatal error" + help + Define this option to stop the system in case of a fatal error, + so that you have to reset it manually. This is probably NOT a good + idea for an embedded system where you want the system to reboot + automatically as fast as possible, but it may be useful during + development since you can try to debug the conditions that lead to + the situation. + config REGEX bool "Enable regular expression support" default y if NET @@ -80,6 +90,9 @@ config TPL_TINY_MEMSET config RBTREE bool +config BITREVERSE + bool "Bit reverse library from Linux" + source lib/dhry/Kconfig menu "Security support" @@ -146,6 +159,9 @@ config SHA_PROG_HW_ACCEL config MD5 bool +config CRC32C + bool + endmenu menu "Compression Support" @@ -177,6 +193,11 @@ config LZO help This enables support for LZO compression algorithm.r +config SPL_LZO + bool "Enable LZO decompression support in SPL" + help + This enables support for LZO compression algorithm in the SPL. + config SPL_GZIP bool "Enable gzip decompression support for SPL build" select SPL_ZLIB