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 <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao 2020-12-27 03:25:21 +08:00 committed by Brennan Ashton
parent 961532a5da
commit 753cb6c22b
2 changed files with 0 additions and 5 deletions

View File

@ -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

View File

@ -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