The latest development version of this page may be more current than this released 3.0.0 version.

CONFIG_CAN_SHELL

Enable CAN Shell

Type: bool

Help

Enable CAN Shell for testing.

Direct dependencies

SHELL && CAN

(Includes any dependencies from ifs and menus.)

Default

  • y

Symbols selected by this symbol

Kconfig definition

At drivers/can/Kconfig:26

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:82

Menu path: (Top) → Device Drivers → CAN Drivers

config CAN_SHELL
    bool "Enable CAN Shell"
    default y
    select POLL
    depends on SHELL && CAN
    help
      Enable CAN Shell for testing.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)