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:
parent
e5380258b6
commit
555936f771
11 changed files with 8 additions and 19 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue