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

michallenc 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 3acfea8efc2 arch/risc-v/espressif: Fix Kconfig option for TWAI
3acfea8efc2 is described below

commit 3acfea8efc2a70e44428d481af457dc2eb5cd7d9
Author: Eren Terzioglu <[email protected]>
AuthorDate: Tue Apr 14 11:48:38 2026 +0200

    arch/risc-v/espressif: Fix Kconfig option for TWAI
    
    Fix Kconfig option for about on risc-v based Espressif chips
    
    Signed-off-by: Eren Terzioglu <[email protected]>
---
 arch/risc-v/src/common/espressif/Kconfig | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/arch/risc-v/src/common/espressif/Kconfig 
b/arch/risc-v/src/common/espressif/Kconfig
index f91c5d80300..c4798ebf6b4 100644
--- a/arch/risc-v/src/common/espressif/Kconfig
+++ b/arch/risc-v/src/common/espressif/Kconfig
@@ -1156,10 +1156,8 @@ config ESPRESSIF_LP_UART0
        select ARCH_HAVE_SERIAL_TERMIOS
 
 config ESPRESSIF_TWAI
-       bool "TWAI (CAN)"
+       bool
        default n
-       select ARCH_HAVE_CAN_ERRORS
-       select CAN
 
 config ESPRESSIF_TWAI0
        bool "TWAI0 (CAN)"

Reply via email to