From e2d1fce6ca51807811e46f29e89c7ba4cf15df46 Mon Sep 17 00:00:00 2001 From: Jamie McCrae Date: Wed, 12 Apr 2023 12:31:18 +0100 Subject: [PATCH] CODEOWNERS: Add soc/Kconfig and boards/Kconfig ownership Adds previously missed files. Signed-off-by: Jamie McCrae --- CODEOWNERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CODEOWNERS b/CODEOWNERS index b23f286e465..bc22b561ea6 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -70,6 +70,7 @@ /soc/arm64/arm/ @povergoing /soc/arm64/arm/fvp_aemv8a/ @carlocaione /soc/arm64/intel_socfpga/* @siclim +/soc/Kconfig @tejlmand @galak @nashif @nordicjm /submanifests/* @mbolivar-nordic /arch/x86/ @jhedberg @nashif @aasthagr /arch/nios2/ @nashif @@ -200,6 +201,7 @@ /boards/arm64/fvp_baser_aemv8r/ @povergoing /boards/arm64/fvp_base_revc_2xaemv8a/ @carlocaione /boards/arm64/intel_socfpga_agilex_socdk/ @siclim @ngboonkhai +/boards/Kconfig @tejlmand @galak @nashif @nordicjm # All cmake related files /cmake/ @tejlmand @nashif /cmake/*/arcmwdt/ @abrodkin @evgeniy-paltsev @tejlmand