:orphan: .. title:: CONFIG_LED .. kconfig:: CONFIG_LED CONFIG_LED ########## *LED drivers* Type: ``bool`` Help ==== .. code-block:: none Include LED drivers in the system configuration. Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/led/Kconfig:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:80`` Menu path: (Top) → Device Drivers .. code-block:: kconfig menuconfig LED bool "LED drivers" help Include LED drivers in the system configuration. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*