drivers: boards: Merge HAS_DTS_SPI_PINS with HAS_DTS_SPI

Every board that uses dts-enabled spi drivers has a board-level dts, so
there is no need to have separate configs HAS_DTS_SPI_PINS and
HAS_DTS_SPI.

Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
This commit is contained in:
Maureen Helm 2018-10-01 17:08:52 -05:00 committed by Kumar Gala
commit ad32e3b543
9 changed files with 5 additions and 28 deletions

View file

@ -97,7 +97,7 @@ config BT_SPI_BLUENRG
Enable support for devices compatible with the BlueNRG Bluetooth
Stack. Current driver supports: ST BLUENRG-MS.
if !HAS_DTS_SPI_PINS
if !HAS_DTS_SPI
config BT_SPI_CHIP_SELECT_DEV_NAME
string "Chip Select (CS) line driver name"
@ -135,7 +135,7 @@ config BT_SPI_RESET_PIN
help
This option specifies the Reset line number on the SPI device
endif # !HAS_DTS_SPI_PINS
endif # !HAS_DTS_SPI
config BT_SPI_MAX_CLK_FREQ
int "Maximum clock frequency for the HCI SPI interface"