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

@ -3,6 +3,9 @@
# Copyright (c) 2016 Linaro Limited.
# SPDX-License-Identifier: Apache-2.0
config HAS_STM32LIB
bool
config HAS_STM32CUBE
bool
select HAS_CMSIS_CORE