Merge tag 'u-boot-stm32-20200424' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm
[oweals/u-boot.git] / drivers / bootcount / Kconfig
index 0e506c9ea2a8021f07b03af72ed64eea31332b58..0356f8ba1815edfe01dba33ad2229019aea2adfd 100644 (file)
@@ -106,6 +106,13 @@ config DM_BOOTCOUNT_I2C_EEPROM
          pointing to the underlying i2c eeprom device) and an optional 'offset'
          property are supported.
 
+config BOOTCOUNT_MEM
+       bool "Support memory based bootcounter"
+       help
+         Enabling Memory based bootcount, typically in a SoC register which
+         is not cleared on softreset.
+         compatible = "u-boot,bootcount";
+
 endmenu
 
 endif