This is an automated email from the ASF dual-hosted git repository.

simbit18 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git

commit a1cb41fa9a48774c1e60af09166e872ddc65374d
Author: Matteo Golin <[email protected]>
AuthorDate: Sun Feb 15 16:26:57 2026 -0500

    boards/rv-virt: Align naming of configuration options
    
    Aligns `CONFIG_INTERPRETER_*` options to `CONFIG_INTERPRETERS_*` to be
    consistent with other interpreters.
    
    Signed-off-by: Matteo Golin <[email protected]>
---
 boards/risc-v/qemu-rv/rv-virt/configs/python/defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/boards/risc-v/qemu-rv/rv-virt/configs/python/defconfig 
b/boards/risc-v/qemu-rv/rv-virt/configs/python/defconfig
index a18e714b189..703c0d7c02e 100644
--- a/boards/risc-v/qemu-rv/rv-virt/configs/python/defconfig
+++ b/boards/risc-v/qemu-rv/rv-virt/configs/python/defconfig
@@ -63,7 +63,7 @@ CONFIG_IDLETHREAD_STACKSIZE=4096
 CONFIG_INIT_ENTRYPOINT="nsh_main"
 CONFIG_INIT_STACKSIZE=4096
 CONFIG_INTELHEX_BINARY=y
-CONFIG_INTERPRETER_CPYTHON=y
+CONFIG_INTERPRETERS_CPYTHON=y
 CONFIG_IOB_BUFSIZE=1530
 CONFIG_IOB_THROTTLE=2
 CONFIG_LIBC_ENVPATH=y

Reply via email to