]> git.baikalelectronics.ru Git - uboot.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)
commit8175748966ec07832875503a0d5385130621451c
treea48178d1a1c69261c93af160321036085aa7fdeb
parent94adaf11eacee146427cf597504ef438e5d99aca
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]