commit | f8f702f603631c83fb72a97ff9fce40630557df8 | [log] [tgz] |
---|---|---|
author | Jason Kacines <j-kacines@ti.com> | Tue Jul 11 16:20:46 2023 -0500 |
committer | Tom Rini <trini@konsulko.com> | Wed Aug 09 09:21:42 2023 -0400 |
tree | df15c6c203dcdd35fe15f7dae4ff024f82d5a618 | |
parent | eff11fab4a82e37f7ce6ed7bf723bd7bd0e2709e [diff] |
scripts: kconfig: Add config fragment support in board/../ Add support to config fragments (.config) located in the /board directory. This will allow only base defconfigs to live in /configs and all fragments to live in their respective device directory in /board/.. Signed-off-by: Jason Kacines <j-kacines@ti.com>