:orphan: .. title:: CONFIG_NET_SOCKETS_CAN .. kconfig:: CONFIG_NET_SOCKETS_CAN CONFIG_NET_SOCKETS_CAN ###################### *Enable socket CAN support [EXPERIMENTAL]* Type: ``bool`` Help ==== .. code-block:: none The value depends on your network needs. Direct dependencies =================== \ :kconfig:`NET_SOCKETS ` && \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`NET_L2_CANBUS_RAW ` Kconfig definition ================== At ``/net/lib/sockets/Kconfig:179`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` → ``/net/Kconfig:89`` → ``/net/lib/Kconfig:30`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Network Libraries → BSD Sockets compatible API .. code-block:: kconfig config NET_SOCKETS_CAN bool "Enable socket CAN support [EXPERIMENTAL]" select NET_L2_CANBUS_RAW depends on NET_SOCKETS && NETWORKING help The value depends on your network needs. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*