modules: Delete switches USE_STM32_HAL_RCC and USE_STM32_HAL_RCC_EX

With STM32Cube updates
https://github.com/zephyrproject-rtos/hal_stm32/pull/75
'..._hal_rcc.c' and '..._hal_rcc_ex.c' are now systematically
compiled, due to more and more dependencies from HAL IP on rcc.
So USE_STM32_HAL_RCC and USE_STM32_HAL_RCC_EX becomes useless.

Signed-off-by: Alexandre Bourdiol <alexandre.bourdiol@st.com>
This commit is contained in:
Alexandre Bourdiol 2020-10-22 14:40:27 +02:00 committed by Kumar Gala
commit d9798b9022
3 changed files with 0 additions and 13 deletions

View file

@ -376,17 +376,6 @@ config USE_STM32_HAL_RAMECC
help
Enable STM32Cube RAM ECC monitoring (RAMECC) HAL module driver
config USE_STM32_HAL_RCC
bool
help
Enable STM32Cube Reset and Clock Control (RCC) HAL module driver
config USE_STM32_HAL_RCC_EX
bool
help
Enable STM32Cube Extended Reset and Clock Control (RCC) HAL module
driver
config USE_STM32_HAL_RNG
bool
help