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:
Mathieu Choplain 2024-07-17 08:42:31 +02:00 committed by Carles Cufí
parent e3ac543879
commit 4670c3c8b4

View file

@ -442,6 +442,16 @@ config USE_STM32_HAL_RAMCFG
Enable STM32Cube RAMs configuration controller (RAMCFG) HAL module
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
bool
help