From 463dba22f3749cf3ecfe1cb0290a416a80eb3bda Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Tue, 17 Nov 2015 10:26:45 +0200 Subject: [PATCH] Bluetooth: Kconfig: Be consistent with terminology We don't use "Bluetooth Smart" anywhere, so we shouldn't use "Bluetooth Classic" either. Instead, stick to the more technical "LE" and "BR/EDR" terms. Change-Id: Iadfc1c090205e0f417081d63ebe43172c5708a18 Signed-off-by: Johan Hedberg --- net/bluetooth/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/bluetooth/Kconfig b/net/bluetooth/Kconfig index f6023a8673a..3fd9bc8bfc9 100644 --- a/net/bluetooth/Kconfig +++ b/net/bluetooth/Kconfig @@ -238,9 +238,9 @@ config BLUETOOTH_DEBUG_GATT endif # BLUETOOTH_DEBUG config BLUETOOTH_BREDR - bool "Bluetooth classic (BR/EDR) support [EXPERIMENTAL]" + bool "Bluetooth BR/EDR support [EXPERIMENTAL]" default n help - This option enables classic bluetooth support" + This option enables Bluetooth BR/EDR support" endif # BLUETOOTH