:orphan: .. title:: LED_STRIP .. option:: CONFIG_LED_STRIP *LED strip drivers* Type: ``bool`` Help ==== Include LED strip drivers in the system configuration. Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``drivers/led_strip/Kconfig:7`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:74`` Menu path: (Top) → Device Drivers .. parsed-literal:: 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.)*