zephyr/subsys/canbus/Kconfig
Alexander Wachter 55baaf0365 can: isotp: Add ISO-TP library
This commit adds a ISO-TP (ISO15765-2) library.
The library makes use of net buffers and spawns a workqueue thread.
The CAN device that is passed to bind and send can be used concurrently
beside this library.

Signed-off-by: Alexander Wachter <alexander.wachter@student.tugraz.at>
2020-02-06 10:16:29 +02:00

12 lines
264 B
Plaintext

# CAN bus subsystem configuration options
# Copyright (c) 2019 Vestas Wind Systems A/S
# SPDX-License-Identifier: Apache-2.0
menu "Controller Area Network (CAN) bus subsystem"
source "subsys/canbus/canopen/Kconfig"
source "subsys/canbus/isotp/Kconfig"
endmenu