zephyr/samples/drivers/led_lpd8806/prj.conf
Kumar Gala 003bdb5fb6 led_strip: lpd880x: Add Device Tree support
Convert the lpd880x driver to use device tree and new DT_<COMPAT>
defines.  Support both LPD8803 & LPD8806 device tree compats.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2019-01-29 12:04:07 -06:00

11 lines
171 B
Plaintext

# This file expresses generic requirements ONLY; see README.rst.
CONFIG_LOG=y
CONFIG_BOOT_BANNER=y
CONFIG_POLL=y
CONFIG_SPI=y
CONFIG_LED_STRIP=y
CONFIG_LPD880X_STRIP=y