kconfig: canbus: experimental settings now uses select EXPERIMENTAL

With the introduction of `EXPERIMENTAL` and `WARN_EXPERIMENTAL` in
Zephyr all subsys/canbus, subsys/net/l2/canbus, and drivers/can settings
having `[EXPERIMENTAL]` in their prompt has has been updated to include
`select EXPERIMENTAL` so that developers can enable warnings when
experimental features are enabled.

Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
This commit is contained in:
Torsten Rasmussen 2021-10-15 14:32:11 +02:00 committed by Carles Cufí
commit 587285e4de
3 changed files with 3 additions and 0 deletions

View file

@ -5,6 +5,7 @@
config CAN_NET
bool "Enable 6loCAN network interface [EXPERIMENTAL]"
select EXPERIMENTAL
help
Enable IPv6 Networking over can (6loCAN)

View file

@ -7,6 +7,7 @@ menuconfig ISOTP
bool "ISO-TP Transport [EXPERIMENTAL]"
select NET_BUF
select POLL
select EXPERIMENTAL
help
Enable ISO TP support for CAN

View file

@ -5,6 +5,7 @@ config NET_L2_CANBUS
bool "Enable CANBUS L2 layer [EXPERIMENTAL]"
depends on CAN_NET
select NET_6LO
select EXPERIMENTAL
help
Add a CANBUS L2 layer driver. This is the layer for IPv6 over CAN
(6loCAN). It uses IPHC to compress the IP header and ISO-TP for