dts/Kconfig: Remove unused HAS_DTS_SPI

Symbol is always "and'ed" with the symbol that
selects it, so no effect. Clean it up.

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
Erwan Gouriou 2019-09-10 16:16:16 +02:00 committed by Kumar Gala
commit 555936f771
11 changed files with 8 additions and 19 deletions

View file

@ -6,7 +6,7 @@
#
menuconfig LSM6DSO
bool "LSM6DSO I2C/SPI accelerometer and gyroscope Chip"
depends on (I2C && HAS_DTS_I2C) || (SPI && HAS_DTS_SPI)
depends on (I2C && HAS_DTS_I2C) || SPI
select HAS_STMEMSC
select USE_STDC_LSM6DSO
help