:orphan: .. title:: CONFIG_CAN .. kconfig:: CONFIG_CAN CONFIG_CAN ########## *CAN Drivers* Type: ``bool`` Help ==== .. code-block:: none Enable CAN Driver Configuration Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/can/Kconfig:9`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:82`` Menu path: (Top) → Device Drivers .. code-block:: kconfig menuconfig CAN bool "CAN Drivers" help Enable CAN Driver Configuration *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*