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:
parent
1e72c1e761
commit
2920815d23
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ config BLUETOOTH_H5
|
||||||
|
|
||||||
config BLUETOOTH_SPI
|
config BLUETOOTH_SPI
|
||||||
bool "SPI HCI"
|
bool "SPI HCI"
|
||||||
select SPI
|
depends on SPI
|
||||||
help
|
help
|
||||||
Supports Bluetooth ICs using SPI as the communication protocol.
|
Supports Bluetooth ICs using SPI as the communication protocol.
|
||||||
HCI packets are sent and received as single Byte transfers,
|
HCI packets are sent and received as single Byte transfers,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue