-
CONFIG_CAN_SHELL
¶
Enable CAN Shell
Type: bool
Help¶
Enable CAN Shell for testing.
Default¶
y
Kconfig definition¶
At <Zephyr>/drivers/can/Kconfig:20
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:80
Menu path: (Top) → Device Drivers → CAN Drivers
config CAN_SHELL
bool "Enable CAN Shell"
default y
depends on SHELL && CAN
help
Enable CAN Shell for testing.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)