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:
parent
cd88902bc4
commit
5a8a06661d
21 changed files with 1 additions and 20 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue