From 6de7e461cd3d5fd2bc888fccf102f76a33d9afb9 Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Fri, 19 Aug 2022 08:21:28 -0500 Subject: [PATCH] MAINTAINERS: Add kconfigfunctions.py under devicetree The majority of functions in scripts/kconfig/kconfigfunctions.py are related to devicetree so I think its resonable to list it under the devicetree maintained files. Signed-off-by: Kumar Gala --- MAINTAINERS.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS.yml b/MAINTAINERS.yml index 0b61255890a..686c321ee4c 100644 --- a/MAINTAINERS.yml +++ b/MAINTAINERS.yml @@ -420,6 +420,7 @@ Devicetree: - tests/lib/devicetree/ - doc/build/dts/ - include/zephyr/devicetree/ + - scripts/kconfig/kconfigfunctions.py labels: - "area: Devicetree"