You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by bt...@apache.org on 2020/12/30 02:11:29 UTC

[incubator-nuttx] 01/02: bluetooth: Remove BLUETOOTH_UART_BT860 from Kconfig

This is an automated email from the ASF dual-hosted git repository.

btashton pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit 753cb6c22b1e3094d884c09655e784f501b839f9
Author: Xiang Xiao <xi...@xiaomi.com>
AuthorDate: Sun Dec 27 03:25:21 2020 +0800

    bluetooth: Remove BLUETOOTH_UART_BT860 from Kconfig
    
    it isn't difference from BLUETOOTH_UART_OTHER, so let's use the later instead
    
    Signed-off-by: Xiang Xiao <xi...@xiaomi.com>
---
 boards/arm/stm32/stm32f4discovery/configs/hciuart/defconfig | 1 -
 drivers/wireless/bluetooth/Kconfig                          | 4 ----
 2 files changed, 5 deletions(-)

diff --git a/boards/arm/stm32/stm32f4discovery/configs/hciuart/defconfig b/boards/arm/stm32/stm32f4discovery/configs/hciuart/defconfig
index 620d60b..22d39cc 100644
--- a/boards/arm/stm32/stm32f4discovery/configs/hciuart/defconfig
+++ b/boards/arm/stm32/stm32f4discovery/configs/hciuart/defconfig
@@ -24,7 +24,6 @@ CONFIG_ARCH_STACKDUMP=y
 CONFIG_BLUETOOTH_MAX_CONN=2
 CONFIG_BLUETOOTH_MAX_PAIRED=2
 CONFIG_BLUETOOTH_UART=y
-CONFIG_BLUETOOTH_UART_BT860=y
 CONFIG_BOARDCTL_RESET=y
 CONFIG_BOARD_LOOPSPERMSEC=16717
 CONFIG_BTSAK=y
diff --git a/drivers/wireless/bluetooth/Kconfig b/drivers/wireless/bluetooth/Kconfig
index 039980e..cc14249 100644
--- a/drivers/wireless/bluetooth/Kconfig
+++ b/drivers/wireless/bluetooth/Kconfig
@@ -26,10 +26,6 @@ choice
 	prompt "Bluetooth UART HCI device"
 	default BLUETOOTH_UART_OTHER
 
-config BLUETOOTH_UART_BT860
-	bool "Laird BT860"
-	select BLUETOOTH_UART_GENERIC
-
 config BLUETOOTH_UART_CC2564
 	bool "TI CC2564"
 	depends on EXPERIMENTAL