Skip to content

Commit

Permalink
modules: stm32: Rename lib Kconfig symbol
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
erwango authored and carlescufi committed May 9, 2020
1 parent 351dc02 commit cd62b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/bluetooth/hci/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit cd62b14

Please sign in to comment.