:orphan: .. title:: CONFIG_NET_L2_CANBUS_RAW .. kconfig:: CONFIG_NET_L2_CANBUS_RAW CONFIG_NET_L2_CANBUS_RAW ######################## *Enable CANBUS RAW l2 layer* Type: ``bool`` Help ==== .. code-block:: none Add a CANBUS L2 layer driver. This is the layer for SOCKET CAN. Direct dependencies =================== \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`NET_SOCKETS_CAN ` Kconfig definition ================== At ``/net/l2/canbus/Kconfig:73`` 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 .. code-block:: kconfig config NET_L2_CANBUS_RAW bool "Enable CANBUS RAW l2 layer" depends on NETWORKING help Add a CANBUS L2 layer driver. This is the layer for SOCKET CAN. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*