drivers: gpio: cleanup select HAS_DTS_GPIO

All GPIO controller drivers support DTS so we can select HAS_DTS_GPIO
at the GPIO driver subsystem level rather than for each specific driver.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2020-04-03 14:18:22 -05:00 committed by Kumar Gala
commit 5a8a06661d
21 changed files with 1 additions and 20 deletions

View file

@ -6,6 +6,5 @@
config GPIO_LITEX
bool "Litex GPIO driver"
depends on SOC_RISCV32_LITEX_VEXRISCV
select HAS_DTS_GPIO
help
Enable Litex GPIO driver.