drivers/gpio: stm32: Remove Kconfig based device declaration

Use device node declaration instead.
Clean up GPIO_STM32_PORT* Kconfig symbols.

On some boards some gpio ports where disabled using Kconfig symbols.
Disable them now via device tree nodes in boards dts files.

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
Erwan Gouriou 2020-04-01 11:47:04 +02:00 committed by Kumar Gala
commit e26767fc06
63 changed files with 41 additions and 755 deletions

View file

@ -11,19 +11,6 @@ config SOC
config NUM_IRQS
default 97
if GPIO_STM32
config GPIO_STM32_PORTD
default n
config GPIO_STM32_PORTE
default n
config GPIO_STM32_PORTH
default n
endif # GPIO_STM32
config ENTROPY_STM32_RNG
default y
depends on ENTROPY_GENERATOR