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>
This commit is contained in:
Erwan Gouriou 2020-03-09 10:51:22 +01:00 committed by Kumar Gala
commit e13bb7e999
2 changed files with 3 additions and 10 deletions

View file

@ -1,10 +0,0 @@
CONFIG_POLL=y
CONFIG_SPI=y
CONFIG_OPENOCD_SUPPORT=y
CONFIG_SPI_STM32=y
CONFIG_SPI_STM32_INTERRUPT=y
CONFIG_SPI_1=y
CONFIG_LED_STRIP=y
CONFIG_APA102_STRIP=y

View file

@ -2,3 +2,6 @@
CONFIG_LOG=y CONFIG_LOG=y
CONFIG_LED_STRIP=y CONFIG_LED_STRIP=y
CONFIG_SPI=y
CONFIG_APA102_STRIP=y
CONFIG_POLL=y