:orphan: .. title:: CONFIG_I2C_SHELL .. kconfig:: CONFIG_I2C_SHELL CONFIG_I2C_SHELL ################ *Enable I2C Shell* Type: ``bool`` Help ==== .. code-block:: none Enable I2C Shell. The I2C shell currently support scanning and bus recovery. Direct dependencies =================== \ :kconfig:`SHELL ` && \ :kconfig:`I2C ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/i2c/Kconfig:16`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:42`` Menu path: (Top) → Device Drivers → I2C Drivers .. code-block:: kconfig config I2C_SHELL bool "Enable I2C Shell" default y depends on SHELL && I2C help Enable I2C Shell. The I2C shell currently support scanning and bus recovery. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*