]> git.dujemihanovic.xyz Git - u-boot.git/commit
scripts: kconfig: Add config fragment support in board/../
authorJason Kacines <j-kacines@ti.com>
Tue, 11 Jul 2023 21:20:46 +0000 (16:20 -0500)
committerTom Rini <trini@konsulko.com>
Wed, 9 Aug 2023 13:21:42 +0000 (09:21 -0400)
commit06b51f77f5be60200a5f0037509c191b102e5e00
treedf15c6c203dcdd35fe15f7dae4ff024f82d5a618
parentccea96f443e2d35cf5ecc341bb14569029eb93b8
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>
scripts/kconfig/Makefile