From c4afa61b2629931db35a2398951e51d3d00c4e3b Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Thu, 21 Jan 2016 11:20:35 +0100 Subject: [PATCH] drivers/nble: Fix typo in Kconfig help message Change-Id: Ief5883abe07628095090647b2178c2df8ad980fa Signed-off-by: Szymon Janc --- drivers/nble/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/nble/Kconfig b/drivers/nble/Kconfig index cf9e569f2ab..f7c58a81995 100644 --- a/drivers/nble/Kconfig +++ b/drivers/nble/Kconfig @@ -49,7 +49,7 @@ config NBLE select BLUETOOTH_SMP select BLUETOOTH_MAX_PAIRED help - Enables support for using Nordic Semicondutor nRF51 Bluetooth + Enables support for using Nordic Semiconductor nRF51 Bluetooth LE chips with a custom firmware. The API for this is a subset of the normal Bluetooth API (include/bluetooth/*.h). This driver can only be enabled if CONFIG_BLUETOOTH has not been enabled.