summaryrefslogtreecommitdiff
path: root/drivers/bootcount/Kconfig
diff options
context:
space:
mode:
authorPhilip Oberfichtner <[email protected]>2022-09-19 10:11:00 +0200
committerTom Rini <[email protected]>2022-10-11 15:40:48 -0400
commitbda5f3e7d678ef34ca512cc5321b73e39320b147 (patch)
tree3324653d7a2117b58ca7b8077251052d347fa56d /drivers/bootcount/Kconfig
parent36ecaa2ce84ec48ed7dc90723455ae4468df0423 (diff)
bootcount: pmic: Correct misleading comment
Fix a copy-paste error I did when inserting the comment. Signed-off-by: Philip Oberfichtner <[email protected]> Reviewed-by: Jaehoon Chung <[email protected]>
Diffstat (limited to 'drivers/bootcount/Kconfig')
-rw-r--r--drivers/bootcount/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/bootcount/Kconfig b/drivers/bootcount/Kconfig
index e918f746946..8d6424c9da1 100644
--- a/drivers/bootcount/Kconfig
+++ b/drivers/bootcount/Kconfig
@@ -132,7 +132,7 @@ config DM_BOOTCOUNT_PMIC_PFUZE100
depends on DM_PMIC_PFUZE100
help
Enable support for the bootcounter using PMIC PFUZE100 registers.
- This works only, if the PMIC is not connected.
+ This works only, if the PMIC is not connected to a battery.
config DM_BOOTCOUNT_SPI_FLASH
bool "Support SPI flash devices as a backing store for bootcount"