:orphan: .. title:: LED_STRIP_RGB_SCRATCH .. option:: CONFIG_LED_STRIP_RGB_SCRATCH *(No prompt -- not directly user assignable.)* Type: ``bool`` Direct dependencies =================== \ :option:`LED_STRIP ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`WS2812_STRIP ` - \ :option:`APA102_STRIP ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/led_strip/Kconfig:27`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:74`` Menu path: (Top) → Device Drivers → LED strip drivers .. parsed-literal:: config LED_STRIP_RGB_SCRATCH bool depends on \ :option:`LED_STRIP ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*