stm32f7: Kconfig: soc: Enable GPIO ports F & G by default

Enable GPIO ports F & G (follow the pattern of H, I, J & K)

Fixes: #15918

Signed-off-by: Matthew Koch <koch.matthew@gmail.com>
This commit is contained in:
Matthew Koch 2019-05-05 14:13:33 -07:00 committed by Anas Nashif
commit 75f0ad5ac0
2 changed files with 6 additions and 6 deletions

View file

@ -24,6 +24,12 @@ config GPIO_STM32_PORTD
config GPIO_STM32_PORTE
default y
config GPIO_STM32_PORTF
default y
config GPIO_STM32_PORTG
default y
config GPIO_STM32_PORTH
default y

View file

@ -13,12 +13,6 @@ config SOC
if GPIO_STM32
config GPIO_STM32_PORTF
default y
config GPIO_STM32_PORTG
default y
config GPIO_STM32_PORTJ
default y