mirror of
https://github.com/apache/nuttx.git
synced 2026-06-02 09:38:37 +08:00
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>
This commit is contained in:
committed by
Michal Lenc
parent
12e8f92a28
commit
3acfea8efc
@@ -1156,10 +1156,8 @@ config ESPRESSIF_LP_UART0
|
|||||||
select ARCH_HAVE_SERIAL_TERMIOS
|
select ARCH_HAVE_SERIAL_TERMIOS
|
||||||
|
|
||||||
config ESPRESSIF_TWAI
|
config ESPRESSIF_TWAI
|
||||||
bool "TWAI (CAN)"
|
bool
|
||||||
default n
|
default n
|
||||||
select ARCH_HAVE_CAN_ERRORS
|
|
||||||
select CAN
|
|
||||||
|
|
||||||
config ESPRESSIF_TWAI0
|
config ESPRESSIF_TWAI0
|
||||||
bool "TWAI0 (CAN)"
|
bool "TWAI0 (CAN)"
|
||||||
|
|||||||
Reference in New Issue
Block a user