CONFIG_LED_SHELL
LED shell
Type: bool
Help
Enable LED shell for testing.
Defaults
No defaults. Implicitly defaults to n
.
Kconfig definition
At <Zephyr>/drivers/led/Kconfig:23
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:80
Menu path: (Top) → Device Drivers → LED drivers
config LED_SHELL
bool "LED shell"
depends on SHELL && LED
help
Enable LED shell for testing.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)