From 48c75c5752482579c3ba83363d43da80cdb94951 Mon Sep 17 00:00:00 2001 From: Michal Lenc Date: Tue, 8 Sep 2026 15:58:34 +0200 Subject: [PATCH] arch/risc-v/src/eic7700x/Kconfig: fix broken kconfig-frontends parsing kconfig-frontends package needs newline at the end of Kconfig file, otherwise the parsing fails. Signed-off-by: Michal Lenc --- arch/risc-v/src/eic7700x/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/risc-v/src/eic7700x/Kconfig b/arch/risc-v/src/eic7700x/Kconfig index 31cbbc73b20..5130a93d935 100644 --- a/arch/risc-v/src/eic7700x/Kconfig +++ b/arch/risc-v/src/eic7700x/Kconfig @@ -47,4 +47,4 @@ config EIC7700X_CPU_FREQ_MHZ cores at 1400, so the default changes nothing and merely says so in the log. -endif \ No newline at end of file +endif