-
CONFIG_I2C_SHELL
¶
Enable I2C Shell
Type: bool
Default¶
y
Kconfig definition¶
At <Zephyr>/drivers/i2c/Kconfig:16
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:40
Menu path: (Top) → Device Drivers → I2C Drivers
config I2C_SHELL bool "Enable I2C Shell" default y depends onSHELL
&&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.)