From b108b7488e40d8c523424187eeb4f3fa5b6b3570 Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Thu, 2 Apr 2020 07:58:22 -0500 Subject: [PATCH] soc: arm: stm32l4: Remove Kconfig symbol GPIO_STM32_PORTH to fix build Recent stm32 gpio driver changed removed the per port Kconfig symbols. We had a type in flight issue in which the stm32l422xx got added and set GPIO_STM32_PORTH. Just remove the Kconfig symbol as its not needed anymore to fix build issues. Signed-off-by: Kumar Gala --- soc/arm/st_stm32/stm32l4/Kconfig.defconfig.stm32l422xx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/soc/arm/st_stm32/stm32l4/Kconfig.defconfig.stm32l422xx b/soc/arm/st_stm32/stm32l4/Kconfig.defconfig.stm32l422xx index 00f9ee2ca26..f6be07396ba 100644 --- a/soc/arm/st_stm32/stm32l4/Kconfig.defconfig.stm32l422xx +++ b/soc/arm/st_stm32/stm32l4/Kconfig.defconfig.stm32l422xx @@ -11,8 +11,4 @@ config SOC config NUM_IRQS default 83 -config GPIO_STM32_PORTH - default y - depends on GPIO_STM32 - endif # SOC_STM32L422XX