summaryrefslogtreecommitdiff
path: root/doc/develop/system_configuration.rst
AgeCommit message (Collapse)AuthorFilesLines
2022-07-29doc: develop: Describe system configurationTom Rini1-0/+132
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>