soc/arm/st_stm32/stm32l4: Factorize definition of GPIO_STM32_PORTH

GPIO port H is available on all SoCs of L4 series.
Move Kconfig GPIO_STM32_PORTH symbol deifnition to series Kconfig
fragment Kconfig.defconfig.series.

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
Erwan Gouriou 2019-02-18 13:45:21 +01:00 committed by Kumar Gala
commit 859b630c51
9 changed files with 7 additions and 25 deletions

View file

@ -29,9 +29,6 @@ config GPIO_STM32_PORTF
config GPIO_STM32_PORTG
default y
config GPIO_STM32_PORTH
default y
endif # GPIO_STM32
endif # SOC_STM32L4R5XI