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