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

@ -11,7 +11,6 @@
#
menuconfig SPI
bool "SPI hardware bus support"
select HAS_DTS_SPI
help
Enable support for the SPI hardware bus.