1# 2# Copyright (c) 2018 Google LLC. 3# 4# SPDX-License-Identifier: Apache-2.0 5# 6 7config APA102_STRIP 8 bool "APA102 SPI LED strip driver" 9 default y 10 depends on DT_HAS_APA_APA102_ENABLED 11 select SPI if $(dt_compat_on_bus,$(DT_COMPAT_APA_APA102),spi) 12 select LED_STRIP_RGB_SCRATCH 13 help 14 Enable the LED strip driver for a chain of APA102 RGB LEDs. 15 These are sold as DotStar by Adafruit and Superled by others. 16