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:
parent
65d629a8cb
commit
d9798b9022
3 changed files with 0 additions and 13 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue