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:
parent
9a2be89557
commit
587285e4de
3 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
|
||||
config CAN_NET
|
||||
bool "Enable 6loCAN network interface [EXPERIMENTAL]"
|
||||
select EXPERIMENTAL
|
||||
help
|
||||
Enable IPv6 Networking over can (6loCAN)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue