diff options
| author | Johan Jonker <[email protected]> | 2026-06-10 16:41:21 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-06-25 15:00:58 -0600 |
| commit | 145d58e2c7276f68195a7fc760457a5b88f867dd (patch) | |
| tree | 5e1b143a9c15b2efdf9ff8828b60ed6b1f84ec67 /drivers/bootcount | |
| parent | 173ffc7bcfbf6af70cd3b46a30110dad18278f72 (diff) | |
Kconfig: drivers: restyle remaining
Restyle all Kconfigs for the rest of "drivers":
Menu entries : no space left
Menu attributes: 1 TAB
Help text : 1 TAB + 2 spaces
Replace '---help---' by 'help'
Signed-off-by: Johan Jonker <[email protected]>
[trini: Add missing indentation on a few more multi-paragraph help texts]
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'drivers/bootcount')
| -rw-r--r-- | drivers/bootcount/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/bootcount/Kconfig b/drivers/bootcount/Kconfig index 4c0c8d89bb4..af6bd2f1a7d 100644 --- a/drivers/bootcount/Kconfig +++ b/drivers/bootcount/Kconfig @@ -68,7 +68,7 @@ config BOOTCOUNT_ENV saveenv on all reboots, the environment variable "upgrade_available" is used. If "upgrade_available" is 0, "bootcount" is always 0. If "upgrade_available" is 1, - "bootcount" is incremented in the environment. + "bootcount" is incremented in the environment. So the Userspace Application must set the "upgrade_available" and "bootcount" variables to 0, if the system booted successfully. @@ -83,7 +83,7 @@ config BOOTCOUNT_AT91 depends on AT91SAM9XE config DM_BOOTCOUNT - bool "Boot counter in a device-model device" + bool "Boot counter in a device-model device" help Enables reading/writing the bootcount in a device-model based backing store. If an entry in /chosen/u-boot,bootcount-device |
