zephyr/samples/drivers/led_apa102/prj.conf
Erwan Gouriou e13bb7e999 samples/drivers: led_apa102: Clean board specific Kconfig file
Various kconfig symbols where defined specifically for board
nucleo_l432kc. Though, most are generic to the sample so should moved
directly to sample prj.conf
Some others parts of boards default configuration so could be removed
as well.
Last remove CONFIG_OPENOCD_SUPPORT as sample has no dependency with
this symbol.

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
2020-03-17 11:03:10 -06:00

8 lines
147 B
Plaintext

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