e9c9caa80d
Remove the unmaintained, experimental 6LoCAN (IPv6 over CAN bus) implementation. Fixes: #42559 Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
8 lines
204 B
Plaintext
8 lines
204 B
Plaintext
# Copyright (c) 2019 Alexander Wachter
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config NET_L2_CANBUS_RAW
|
|
bool "CANBUS RAW l2 layer"
|
|
help
|
|
Add a CANBUS L2 layer driver. This is the layer for SOCKET CAN.
|