]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - drivers/bootcount/Kconfig
Convert CONFIG_BOOTCOUNT_LIMIT to Kconfig
[people/ms/u-boot.git] / drivers / bootcount / Kconfig
index c9d627cce2ba47eb9562f118b3326a83113421ec..cb6be73d522114ec1e0a8959e08be64efa7e5501 100644 (file)
@@ -11,6 +11,12 @@ 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
+
 if BOOTCOUNT
 
 config BOOTCOUNT_EXT