diff options
Diffstat (limited to 'src/Kconfig')
-rw-r--r-- | src/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Kconfig b/src/Kconfig index 5b42467c..873d61eb 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -102,7 +102,7 @@ config WANT_SENSORS default y config WANT_LIS2DW bool - depends on HAVE_GPIO_SPI + depends on HAVE_GPIO_SPI || HAVE_GPIO_I2C default y config WANT_LDC1612 bool @@ -141,8 +141,8 @@ config WANT_SENSORS bool "Support external sensor devices" depends on HAVE_GPIO_I2C || HAVE_GPIO_SPI config WANT_LIS2DW - bool "Support lis2dw 3-axis accelerometer" - depends on HAVE_GPIO_SPI + bool "Support lis2dw and lis3dh 3-axis accelerometers" + depends on HAVE_GPIO_SPI || HAVE_GPIO_I2C config WANT_LDC1612 bool "Support ldc1612 eddy current sensor" depends on HAVE_GPIO_I2C |