:orphan: .. title:: CONFIG_NET_DEFAULT_IF_CANBUS_RAW .. kconfig:: CONFIG_NET_DEFAULT_IF_CANBUS_RAW CONFIG_NET_DEFAULT_IF_CANBUS_RAW ################################ *Socket CAN interface* Type: ``bool`` Direct dependencies =================== \ :kconfig:`NET_L2_CANBUS_RAW ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/net/ip/Kconfig:735`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` → ``/net/Kconfig:87`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → IP stack → Default Network Interface .. code-block:: kconfig config NET_DEFAULT_IF_CANBUS_RAW bool "Socket CAN interface" depends on NET_L2_CANBUS_RAW && *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*