]> git.dujemihanovic.xyz Git - u-boot.git/commit
doc: develop: Describe system configuration
authorTom Rini <trini@konsulko.com>
Fri, 29 Jul 2022 16:07:38 +0000 (12:07 -0400)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Fri, 29 Jul 2022 16:59:47 +0000 (18:59 +0200)
commit53d2ab9b5a0a48953fc54573d7a22724a30b512d
treea48178d1a1c69261c93af160321036085aa7fdeb
parent4e5e374bf9db45a2677b75f985d7a8c806742087
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>
README
doc/develop/index.rst
doc/develop/system_configuration.rst [new file with mode: 0644]