soc: stm32f446 : update default gpio configuration
Fix GPIO default configuration for F446. Default config for GPIO should be `y`. Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
parent
d072ab83ac
commit
af7e093ae6
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ config GPIO_STM32_PORTE
|
|||
default y
|
||||
|
||||
config GPIO_STM32_PORTH
|
||||
default n
|
||||
default y
|
||||
|
||||
endif # GPIO_STM32
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue