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
|
|
@ -10,7 +10,6 @@ menuconfig ETH_STM32_HAL
|
|||
bool "STM32 HAL Ethernet driver"
|
||||
default y if $(dt_compat_enabled,$(DT_COMPAT_ST_STM32_ETHERNET))
|
||||
select USE_STM32_HAL_ETH
|
||||
select USE_STM32_HAL_RCC_EX if SOC_SERIES_STM32H7X
|
||||
select NOCACHE_MEMORY if SOC_SERIES_STM32H7X && CPU_CORTEX_M7
|
||||
help
|
||||
Enable STM32 HAL based Ethernet driver. It is available for
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -12,7 +12,6 @@ config SOC_SERIES_STM32H7X
|
|||
select HAS_STM32CUBE
|
||||
select CPU_HAS_ARM_MPU
|
||||
select HAS_SWO
|
||||
select USE_STM32_HAL_RCC_EX if CPU_CORTEX_M4
|
||||
select USE_STM32_HAL_CORTEX
|
||||
help
|
||||
Enable support for STM32H7 MCU series
|
||||
|
|
|
|||
Loading…
Reference in a new issue