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:
parent
b605e5adc4
commit
6ea53792f4
3 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue