modules: stm32: Rename lib Kconfig symbol

Both ST and STM32 modules where using same HAS_STLIB Kconfig
symbol.
Now that each module is createing is own lib, we need to be able
to distinguish libs.

Depends on zephyrproject-rtos/hal_stm32/pull/52

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
Erwan Gouriou 2020-05-08 15:36:26 +02:00 committed by Carles Cufí
commit 6ea53792f4
3 changed files with 5 additions and 2 deletions

View file

@ -49,7 +49,7 @@ config BT_SPI
config BT_STM32_IPM
bool "IPM HCI"
select USE_STM32_HAL_CORTEX
select HAS_STLIB
select HAS_STM32LIB
help
TODO