:orphan: .. title:: APA102_STRIP .. option:: CONFIG_APA102_STRIP *APA102 SPI LED strip driver* Type: ``bool`` Help ==== Enable the LED strip driver for a chain of APA102 RGB LEDs. These are sold as DotStar by Adafruit and Superled by others. Direct dependencies =================== \ :option:`SPI ` && \ :option:`LED_STRIP ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`LED_STRIP_RGB_SCRATCH ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/led_strip/Kconfig.apa102:7`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:74`` → ``drivers/led_strip/Kconfig:34`` Menu path: (Top) → Device Drivers → LED strip drivers .. parsed-literal:: config APA102_STRIP bool "APA102 SPI LED strip driver" select \ :option:`LED_STRIP_RGB_SCRATCH ` depends on \ :option:`SPI ` && \ :option:`LED_STRIP ` help Enable the LED strip driver for a chain of APA102 RGB LEDs. These are sold as DotStar by Adafruit and Superled by others. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*