summaryrefslogtreecommitdiffstats
path: root/common/Kconfig
diff options
context:
space:
mode:
authorRoland Hieber <rhi@pengutronix.de>2019-10-22 11:15:38 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2019-10-23 09:11:19 +0200
commit6ee9b4a05f2264b733760eaa84b0ec4bdb8c7cb4 (patch)
treec73cc149e30ca6a655190ad1f33ec4b1f72f4d7d /common/Kconfig
parent4a2e799263de5acabc1881e5330cf87b1aee7451 (diff)
downloadbarebox-6ee9b4a05f2264b733760eaa84b0ec4bdb8c7cb4.tar.gz
barebox-6ee9b4a05f2264b733760eaa84b0ec4bdb8c7cb4.tar.xz
common: state: improve kconfig help text
Cc: Juergen Borleis <jbe@pengutronix.de> Signed-off-by: Roland Hieber <rhi@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'common/Kconfig')
-rw-r--r--common/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/Kconfig b/common/Kconfig
index b840242ac9..d397d8bc4d 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -959,11 +959,11 @@ config STATE_CRYPTO
for more information.
config STATE_BACKWARD_COMPATIBLE
- bool "backward compatible 'direct storage backend'"
+ bool "backward compatible 'direct' storage backend"
depends on STATE
help
- With this option enabled the 'direct' storage backend keeps backward
- compatibility with older revisions of the state framework. Newer
+ With this option enabled, the 'direct' storage backend keeps backward
+ compatibility with the state framework of barebox <= v2016.08.0. Newer
revisions expect an additional 'meta header' and fail otherwise.
config BOOTCHOOSER