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
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue