X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=lib%2FKconfig;h=00ac650e741dca33d2d672375b24076c6509ee03;hb=9dfd84da8ce930d3f0522213945f7bb59b57ddb2;hp=18663badb25c8db8bd89157dc8db25bdc42786cd;hpb=26f9184e094541b672f83f23652e2e737d5d0729;p=u-boot diff --git a/lib/Kconfig b/lib/Kconfig index 18663badb2..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"