:orphan: .. title:: NET_SOCKETS_CAN .. option:: CONFIG_NET_SOCKETS_CAN *Enable socket CAN support [EXPERIMENTAL]* Type: ``bool`` Help ==== The value depends on your network needs. Direct dependencies =================== \ :option:`NET_SOCKETS ` && \ :option:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`NET_L2_CANBUS_RAW ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/net/lib/sockets/Kconfig:172`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:37`` → ``subsys/net/Kconfig:89`` → ``subsys/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 .. parsed-literal:: config NET_SOCKETS_CAN bool "Enable socket CAN support [EXPERIMENTAL]" select \ :option:`NET_L2_CANBUS_RAW ` depends on \ :option:`NET_SOCKETS ` && \ :option:`NETWORKING ` help The value depends on your network needs. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*