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:
parent
fb4f5e727b
commit
859b630c51
9 changed files with 7 additions and 25 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue