Browse Source

drivers : ipm: clean up usage of "select USE_STM32_LL_ipcc"

clean up usage of select USE_STM32_LL_IPCC from Kconfig.stm32
this modifications due to the include unconditionally of
stm32xxxx_ll_ipcc.h in HAL.

Signed-off-by: Khaoula Bidani <khaoula.bidani-ext@st.com>
pull/87390/head
Khaoula Bidani 5 months ago committed by Benjamin Cabé
parent
commit
c91e54ebb0
  1. 1
      drivers/ipm/Kconfig.stm32

1
drivers/ipm/Kconfig.stm32

@ -5,7 +5,6 @@ config IPM_STM32_IPCC @@ -5,7 +5,6 @@ config IPM_STM32_IPCC
bool "STM32 IPCC controller"
default y
depends on DT_HAS_ST_STM32_IPCC_MAILBOX_ENABLED
select USE_STM32_LL_IPCC
help
Driver for stm32 IPCC mailboxes

Loading…
Cancel
Save