From af7e093ae6dfe05dfb74a6925e4225c687c3da30 Mon Sep 17 00:00:00 2001 From: Erwan Gouriou Date: Wed, 18 Dec 2019 10:44:33 +0100 Subject: [PATCH] soc: stm32f446 : update default gpio configuration Fix GPIO default configuration for F446. Default config for GPIO should be `y`. Signed-off-by: Erwan Gouriou --- soc/arm/st_stm32/stm32f4/Kconfig.defconfig.stm32f446xx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soc/arm/st_stm32/stm32f4/Kconfig.defconfig.stm32f446xx b/soc/arm/st_stm32/stm32f4/Kconfig.defconfig.stm32f446xx index 5dada5f1402..4cf8e56a91b 100644 --- a/soc/arm/st_stm32/stm32f4/Kconfig.defconfig.stm32f446xx +++ b/soc/arm/st_stm32/stm32f4/Kconfig.defconfig.stm32f446xx @@ -17,7 +17,7 @@ config GPIO_STM32_PORTE default y config GPIO_STM32_PORTH - default n + default y endif # GPIO_STM32