summaryrefslogtreecommitdiff
path: root/doc/develop/index.rst
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-07-29 19:07:38 +0300
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2022-07-29 19:59:47 +0300
commit53d2ab9b5a0a48953fc54573d7a22724a30b512d (patch)
treea48178d1a1c69261c93af160321036085aa7fdeb /doc/develop/index.rst
parent4e5e374bf9db45a2677b75f985d7a8c806742087 (diff)
downloadu-boot-53d2ab9b5a0a48953fc54573d7a22724a30b512d.tar.xz
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 <trini@konsulko.com> Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Diffstat (limited to 'doc/develop/index.rst')
-rw-r--r--doc/develop/index.rst1
1 files changed, 1 insertions, 0 deletions
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
--------------