bluetooth: hci: Kconfig: Fix dependency

This patch changes the BLUETOOTH_SPI to depend on SPI.

Signed-off-by: Andy Gross <andy.gross@linaro.org>
This commit is contained in:
Andy Gross 2017-06-06 21:26:14 -05:00 committed by Kumar Gala
commit 2920815d23

View file

@ -40,7 +40,7 @@ config BLUETOOTH_H5
config BLUETOOTH_SPI
bool "SPI HCI"
select SPI
depends on SPI
help
Supports Bluetooth ICs using SPI as the communication protocol.
HCI packets are sent and received as single Byte transfers,