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:
parent
115f88875c
commit
e13bb7e999
2 changed files with 3 additions and 10 deletions
|
@ -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
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue