]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - drivers/bootcount/Kconfig
Merge CONFIG_BOOTCOUNT and CONFIG_BOOTCOUNT_LIMIT
[people/ms/u-boot.git] / drivers / bootcount / Kconfig
index c9d627cce2ba47eb9562f118b3326a83113421ec..da2ccabf2860021c9d3180311eb918dc801eb0f9 100644 (file)
@@ -4,14 +4,19 @@
 
 menu "Boot count support"
 
-config BOOTCOUNT
-       bool "Enable Boot count support"
+config BOOTCOUNT_LIMIT
+       bool "Enable support for checking boot count limit"
        help
-         Enable boot count support, which provides the ability to store the
-         number of times the board has booted on a number of different
-         persistent storage mediums.
+         Enable checking for exceeding the boot count limit.
+         More information: http://www.denx.de/wiki/DULG/UBootBootCountLimit
 
-if BOOTCOUNT
+config SYS_BOOTCOUNT_SINGLEWORD
+       bool "Use single word to pack boot count and magic value"
+       help
+         This option enables packing boot count magic value and boot count
+         into single word (32 bits).
+
+if BOOTCOUNT_LIMIT
 
 config BOOTCOUNT_EXT
        bool "Boot counter on EXT filesystem"