Commit 75f0ad5a authored by Matthew Koch's avatar Matthew Koch Committed by Anas Nashif
Browse files

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: default avatarMatthew Koch <koch.matthew@gmail.com>
parent 3c3e267d
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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

+0 −6
Original line number Diff line number Diff line
@@ -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