:orphan: .. title:: CAN_SHELL .. option:: CONFIG_CAN_SHELL *Enable CAN Shell* Type: ``bool`` Help ==== Enable CAN Shell for testing. Direct dependencies =================== \ :option:`SHELL ` && \ :option:`CAN ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== .. highlight:: kconfig At ``drivers/can/Kconfig:20`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:80`` Menu path: (Top) → Device Drivers → CAN Drivers .. parsed-literal:: config CAN_SHELL bool "Enable CAN Shell" default y depends on \ :option:`SHELL ` && \ :option:`CAN ` help Enable CAN Shell for testing. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*