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 depends on SPI 10 select LED_STRIP_RGB_SCRATCH 11 help 12 Enable the LED strip driver for a chain of APA102 RGB LEDs. 13 These are sold as DotStar by Adafruit and Superled by others. 14