]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - drivers/bootcount/Kconfig
Integrate AT91 bootcount driver
[people/ms/u-boot.git] / drivers / bootcount / Kconfig
index 8c19ae610bb3493a9da6b49dcc41c7c6cd456e15..e0d1fc2fc65908f1b0ab151d5eee07c95bf9a762 100644 (file)
@@ -13,6 +13,7 @@ if BOOTCOUNT_LIMIT
 choice
        prompt "Boot count device"
        default BOOTCOUNT_AM33XX if AM33XX || SOC_DA8XX
+       default BOOTCOUNT_AT91 if AT91SAM9XE
 
 config BOOTCOUNT_EXT
        bool "Boot counter on EXT filesystem"
@@ -55,6 +56,10 @@ config BOOTCOUNT_I2C
                                      the bootcounter.
          CONFIG_BOOTCOUNT_ALEN = address len
 
+config BOOTCOUNT_AT91
+       bool "Boot counter for Atmel AT91SAM9XE"
+       depends on AT91SAM9XE
+
 endchoice
 
 config SYS_BOOTCOUNT_SINGLEWORD