:orphan: .. title:: CONFIG_LED_SHELL .. kconfig:: CONFIG_LED_SHELL CONFIG_LED_SHELL ################ *LED shell* Type: ``bool`` Help ==== .. code-block:: none Enable LED shell for testing. Direct dependencies =================== \ :kconfig:`SHELL ` && \ :kconfig:`LED ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/led/Kconfig:23`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:80`` Menu path: (Top) → Device Drivers → LED drivers .. code-block:: kconfig 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.)*