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 61a1cdf commit 0206dc2Copy full SHA for 0206dc2
drivers/i2c/Kconfig.dw
@@ -5,7 +5,7 @@ menuconfig I2C_DW
5
bool "Design Ware I2C support"
6
default y
7
depends on DT_HAS_SNPS_DESIGNWARE_I2C_ENABLED
8
- select PINCTRL if DT_HAS_RASPBERRYPI_PICO_I2C_ENABLED
+ select PINCTRL if $(dt_compat_any_has_prop,$(DT_COMPAT_SNPS_DESIGNWARE_I2C),pinctrl-0)
9
help
10
Enable the Design Ware I2C driver
11
0 commit comments