:orphan: .. title:: LED_SHELL .. option:: CONFIG_LED_SHELL *LED shell* Type: ``bool`` Help ==== Enable LED shell for testing. Direct dependencies =================== \ :option:`SHELL ` && \ :option:`LED ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``drivers/led/Kconfig:23`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:78`` Menu path: (Top) → Device Drivers → LED drivers .. parsed-literal:: config LED_SHELL bool "LED shell" depends on \ :option:`SHELL ` && \ :option:`LED ` help Enable LED shell for testing. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*