X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;ds=sidebyside;f=drivers%2Fbootcount%2FKconfig;h=da2ccabf2860021c9d3180311eb918dc801eb0f9;hb=3dccc10ee1e52d46f495df16d6800e80859ddca1;hp=d82289f57b7ae5cf67160ad6e74924d78a212d7e;hpb=0bb430c8494e26e8d258cf6957cdd39d2ce4f309;p=people%2Fms%2Fu-boot.git diff --git a/drivers/bootcount/Kconfig b/drivers/bootcount/Kconfig index d82289f57b..da2ccabf28 100644 --- a/drivers/bootcount/Kconfig +++ b/drivers/bootcount/Kconfig @@ -4,13 +4,6 @@ menu "Boot count support" -config BOOTCOUNT - bool "Enable Boot count support" - 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. - config BOOTCOUNT_LIMIT bool "Enable support for checking boot count limit" help @@ -23,7 +16,7 @@ config SYS_BOOTCOUNT_SINGLEWORD This option enables packing boot count magic value and boot count into single word (32 bits). -if BOOTCOUNT +if BOOTCOUNT_LIMIT config BOOTCOUNT_EXT bool "Boot counter on EXT filesystem"