We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a92220 commit bc8ef12Copy full SHA for bc8ef12
drivers/spi/Kconfig.dw
@@ -8,6 +8,7 @@ menuconfig SPI_DW
8
bool "Designware SPI controller driver"
9
default y
10
depends on DT_HAS_SNPS_DESIGNWARE_SPI_ENABLED
11
+ select PINCTRL if $(dt_compat_any_has_prop,$(DT_COMPAT_SNPS_DESIGNWARE_SPI),pinctrl-0)
12
help
13
Enable support for Designware's SPI controllers.
14
0 commit comments