drivers: spi: dw: select PINCTRL if necessary
DesignWare SPI driver may use pinctrl configuration if it's provided for the nodes. Signed-off-by: Ilya Tagunov <Ilya.Tagunov@synopsys.com>
This commit is contained in:
parent
4a92220de0
commit
bc8ef12429
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ menuconfig SPI_DW
|
||||||
bool "Designware SPI controller driver"
|
bool "Designware SPI controller driver"
|
||||||
default y
|
default y
|
||||||
depends on DT_HAS_SNPS_DESIGNWARE_SPI_ENABLED
|
depends on DT_HAS_SNPS_DESIGNWARE_SPI_ENABLED
|
||||||
|
select PINCTRL if $(dt_compat_any_has_prop,$(DT_COMPAT_SNPS_DESIGNWARE_SPI),pinctrl-0)
|
||||||
help
|
help
|
||||||
Enable support for Designware's SPI controllers.
|
Enable support for Designware's SPI controllers.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue