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:
parent
3c3e267d72
commit
75f0ad5ac0
2 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue