]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - drivers/bootcount/Kconfig
mmc: omap_hsmmc: Add support to get pinctrl values and max frequency for different...
[people/ms/u-boot.git] / drivers / bootcount / Kconfig
index c9d627cce2ba47eb9562f118b3326a83113421ec..d82289f57b7ae5cf67160ad6e74924d78a212d7e 100644 (file)
@@ -11,6 +11,18 @@ config BOOTCOUNT
          number of times the board has booted on a number of different
          persistent storage mediums.
 
+config BOOTCOUNT_LIMIT
+       bool "Enable support for checking boot count limit"
+       help
+         Enable checking for exceeding the boot count limit.
+         More information: http://www.denx.de/wiki/DULG/UBootBootCountLimit
+
+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
 
 config BOOTCOUNT_EXT