-
CONFIG_GPIO_SHELL
¶
Enable GPIO Shell
Type: bool
Help¶
Enable GPIO Shell for testing.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At <Zephyr>/drivers/gpio/Kconfig:18
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:34
Menu path: (Top) → Device Drivers → GPIO Drivers
config GPIO_SHELL
bool "Enable GPIO Shell"
depends on SHELL && GPIO
help
Enable GPIO Shell for testing.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)