From 53d2ab9b5a0a48953fc54573d7a22724a30b512d Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Fri, 29 Jul 2022 12:07:38 -0400 Subject: doc: develop: Describe system configuration Start by describing in general the best practices for how to implement configuration of some aspect of U-Boot. This generally means finding the right choices for when something should be static or dynamically configured and enabled. Then further document when to use CONFIG or CFG namespaces for static configuration. Signed-off-by: Tom Rini Reviewed-by: Heinrich Schuchardt Signed-off-by: Heinrich Schuchardt --- doc/develop/index.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/develop/index.rst') diff --git a/doc/develop/index.rst b/doc/develop/index.rst index 73741ceb6a..7c41e3f1b6 100644 --- a/doc/develop/index.rst +++ b/doc/develop/index.rst @@ -13,6 +13,7 @@ General designprinciples process release_cycle + system_configuration Implementation -------------- -- cgit v1.2.3