soc: arm: stm32l4: Remove Kconfig symbol GPIO_STM32_PORTH to fix build
Recent stm32 gpio driver changed removed the per port Kconfig symbols. We had a type in flight issue in which the stm32l422xx got added and set GPIO_STM32_PORTH. Just remove the Kconfig symbol as its not needed anymore to fix build issues. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
c158e3ee74
commit
b108b7488e
1 changed files with 0 additions and 4 deletions
|
@ -11,8 +11,4 @@ config SOC
|
|||
config NUM_IRQS
|
||||
default 83
|
||||
|
||||
config GPIO_STM32_PORTH
|
||||
default y
|
||||
depends on GPIO_STM32
|
||||
|
||||
endif # SOC_STM32L422XX
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue