This is an automated email from the ASF dual-hosted git repository.
xiaoxiang781216 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new 48c75c57524 arch/risc-v/src/eic7700x/Kconfig: fix broken
kconfig-frontends parsing
48c75c57524 is described below
commit 48c75c5752482579c3ba83363d43da80cdb94951
Author: Michal Lenc <[email protected]>
AuthorDate: Tue Sep 8 15:58:34 2026 +0200
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 <[email protected]>
---
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