[PATCH 2/8] state: select the STATE_DRV when STATE is selected
Marco Felsch
m.felsch at pengutronix.de
Fri Oct 14 09:35:28 PDT 2022
As written in the state.rst documentation, state will silently fail if
the STATE_DRV is not selected. So enabling state without the state
driver is useless. Fix this by selecting the STATE_DRV if STATE is
selected.
Signed-off-by: Marco Felsch <m.felsch at pengutronix.de>
---
common/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/common/Kconfig b/common/Kconfig
index fb2bf49683..4654a5cfaf 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -1016,6 +1016,7 @@ config STATE
select ENVIRONMENT_VARIABLES
select OFTREE
select PARAMETER
+ select STATE_DRV
help
barebox state is a generic framework for atomic power fail-safe
variable storage and retrieval. It can be used to safely maintain
--
2.30.2
More information about the barebox
mailing list