From c91e54ebb024e9aa0b29a348916d1a5e9e19d862 Mon Sep 17 00:00:00 2001 From: Khaoula Bidani Date: Mon, 27 Jan 2025 09:42:47 +0100 Subject: [PATCH] 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 --- drivers/ipm/Kconfig.stm32 | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/ipm/Kconfig.stm32 b/drivers/ipm/Kconfig.stm32 index 9fd3f60263e..456168783dd 100644 --- a/drivers/ipm/Kconfig.stm32 +++ b/drivers/ipm/Kconfig.stm32 @@ -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