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