From 4670c3c8b4b21bf3987182dbcc924707de4ff129 Mon Sep 17 00:00:00 2001 From: Mathieu Choplain Date: Wed, 17 Jul 2024 08:42:31 +0200 Subject: [PATCH] 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 --- modules/Kconfig.stm32 | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/modules/Kconfig.stm32 b/modules/Kconfig.stm32 index ad598f63006..beab5491185 100644 --- a/modules/Kconfig.stm32 +++ b/modules/Kconfig.stm32 @@ -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