mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-05 20:55:32 +00:00
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>
8 lines
147 B
Plaintext
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
|