:orphan: .. title:: CONFIG_NET_L2_CANBUS_USE_FIXED_ADDR .. kconfig:: CONFIG_NET_L2_CANBUS_USE_FIXED_ADDR CONFIG_NET_L2_CANBUS_USE_FIXED_ADDR ################################### *Use fixed L2 address* Type: ``bool`` Help ==== .. code-block:: none Use a fixed L2 address for 6LoCAN instead of a random chosen one. Direct dependencies =================== \ :kconfig:`NET_L2_CANBUS ` && \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/net/l2/canbus/Kconfig:15`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` → ``/net/Kconfig:85`` → ``/net/l2/Kconfig:79`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Link layer options → Enable CANBUS L2 layer [EXPERIMENTAL] .. code-block:: kconfig config NET_L2_CANBUS_USE_FIXED_ADDR bool "Use fixed L2 address" depends on NET_L2_CANBUS && NETWORKING help Use a fixed L2 address for 6LoCAN instead of a random chosen one. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*