modules: Kconfig.stm32: Add Kconfig symbols for RADIO
The RADIO and RADIO_TIMER HAL modules will be required to implement BLE support for STM32WB0 series. Signed-off-by: Mathieu Choplain <mathieu.choplain@st.com>
This commit is contained in:
parent
e3ac543879
commit
4670c3c8b4
1 changed files with 10 additions and 0 deletions
|
|
@ -442,6 +442,16 @@ config USE_STM32_HAL_RAMCFG
|
||||||
Enable STM32Cube RAMs configuration controller (RAMCFG) HAL module
|
Enable STM32Cube RAMs configuration controller (RAMCFG) HAL module
|
||||||
driver
|
driver
|
||||||
|
|
||||||
|
config USE_STM32_HAL_RADIO
|
||||||
|
bool
|
||||||
|
help
|
||||||
|
Enable STM32Cube Radio HAL module driver
|
||||||
|
|
||||||
|
config USE_STM32_HAL_RADIO_TIMER
|
||||||
|
bool
|
||||||
|
help
|
||||||
|
Enable STM32Cube Radio Timer HAL module driver
|
||||||
|
|
||||||
config USE_STM32_HAL_RAMECC
|
config USE_STM32_HAL_RAMECC
|
||||||
bool
|
bool
|
||||||
help
|
help
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue