Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

14 lines
403 B

# Espressif ESP32 TWAI configuration options
# Copyright (c) 2022 Henrik Brix Andersen <henrik@brixandersen.dk>
# SPDX-License-Identifier: Apache-2.0
config CAN_ESP32_TWAI
bool "Espressif TWAI CAN driver"
default y
depends on DT_HAS_ESPRESSIF_ESP32_TWAI_ENABLED
select CAN_SJA1000
select PINCTRL
help
This enables support for the Espressif Two-Wire Automotive Interface
(TWAI) CAN driver.