From 2920815d23d36ee43dbe0b43c309554458a037f8 Mon Sep 17 00:00:00 2001 From: Andy Gross Date: Tue, 6 Jun 2017 21:26:14 -0500 Subject: [PATCH] bluetooth: hci: Kconfig: Fix dependency This patch changes the BLUETOOTH_SPI to depend on SPI. Signed-off-by: Andy Gross --- drivers/bluetooth/hci/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/bluetooth/hci/Kconfig b/drivers/bluetooth/hci/Kconfig index 88ed541d962..59c955509a1 100644 --- a/drivers/bluetooth/hci/Kconfig +++ b/drivers/bluetooth/hci/Kconfig @@ -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,