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
|
config CAN_NET
|
||||||
bool "Enable 6loCAN network interface [EXPERIMENTAL]"
|
bool "Enable 6loCAN network interface [EXPERIMENTAL]"
|
||||||
|
select EXPERIMENTAL
|
||||||
help
|
help
|
||||||
Enable IPv6 Networking over can (6loCAN)
|
Enable IPv6 Networking over can (6loCAN)
|
||||||
|
|
||||||
|
|
|
@ -7,6 +7,7 @@ menuconfig ISOTP
|
||||||
bool "ISO-TP Transport [EXPERIMENTAL]"
|
bool "ISO-TP Transport [EXPERIMENTAL]"
|
||||||
select NET_BUF
|
select NET_BUF
|
||||||
select POLL
|
select POLL
|
||||||
|
select EXPERIMENTAL
|
||||||
help
|
help
|
||||||
Enable ISO TP support for CAN
|
Enable ISO TP support for CAN
|
||||||
|
|
||||||
|
|
|
@ -5,6 +5,7 @@ config NET_L2_CANBUS
|
||||||
bool "Enable CANBUS L2 layer [EXPERIMENTAL]"
|
bool "Enable CANBUS L2 layer [EXPERIMENTAL]"
|
||||||
depends on CAN_NET
|
depends on CAN_NET
|
||||||
select NET_6LO
|
select NET_6LO
|
||||||
|
select EXPERIMENTAL
|
||||||
help
|
help
|
||||||
Add a CANBUS L2 layer driver. This is the layer for IPv6 over CAN
|
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
|
(6loCAN). It uses IPHC to compress the IP header and ISO-TP for
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue