Skip to content

Commit 3acfea8

Browse files
eren-terzioglumichallenc
authored andcommitted
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 <eren.terzioglu@espressif.com>
1 parent 12e8f92 commit 3acfea8

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

  • arch/risc-v/src/common/espressif

arch/risc-v/src/common/espressif/Kconfig

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1156,10 +1156,8 @@ config ESPRESSIF_LP_UART0
11561156
select ARCH_HAVE_SERIAL_TERMIOS
11571157

11581158
config ESPRESSIF_TWAI
1159-
bool "TWAI (CAN)"
1159+
bool
11601160
default n
1161-
select ARCH_HAVE_CAN_ERRORS
1162-
select CAN
11631161

11641162
config ESPRESSIF_TWAI0
11651163
bool "TWAI0 (CAN)"

0 commit comments

Comments
 (0)