From ef7f2bd54e0bdfc57866670aae53ca08f00a08ee Mon Sep 17 00:00:00 2001 From: Ricardo Salveti Date: Fri, 27 Jan 2017 19:30:26 -0200 Subject: [PATCH] Bluetooth: SPI: fix Kconfig SPI IRQ PIN description Change-Id: I4c25062e922cd05ca738222182909c261b55abca Signed-off-by: Ricardo Salveti --- 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 943390687d3..effbde7f451 100644 --- a/drivers/bluetooth/hci/Kconfig +++ b/drivers/bluetooth/hci/Kconfig @@ -135,7 +135,7 @@ config BLUETOOTH_SPI_CHIP_SELECT_PIN config BLUETOOTH_SPI_IRQ_PIN int "SPI IRQ line number" help - This option specifies the Reset line number on the SPI device + This option specifies the IRQ line number on the SPI device config BLUETOOTH_SPI_RESET_PIN int "SPI Reset line number"