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 <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2020-04-02 07:58:22 -05:00 committed by Johan Hedberg
commit b108b7488e

View file

@ -11,8 +11,4 @@ config SOC
config NUM_IRQS
default 83
config GPIO_STM32_PORTH
default y
depends on GPIO_STM32
endif # SOC_STM32L422XX