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:
parent
961532a5da
commit
753cb6c22b
@ -24,7 +24,6 @@ CONFIG_ARCH_STACKDUMP=y
|
|||||||
CONFIG_BLUETOOTH_MAX_CONN=2
|
CONFIG_BLUETOOTH_MAX_CONN=2
|
||||||
CONFIG_BLUETOOTH_MAX_PAIRED=2
|
CONFIG_BLUETOOTH_MAX_PAIRED=2
|
||||||
CONFIG_BLUETOOTH_UART=y
|
CONFIG_BLUETOOTH_UART=y
|
||||||
CONFIG_BLUETOOTH_UART_BT860=y
|
|
||||||
CONFIG_BOARDCTL_RESET=y
|
CONFIG_BOARDCTL_RESET=y
|
||||||
CONFIG_BOARD_LOOPSPERMSEC=16717
|
CONFIG_BOARD_LOOPSPERMSEC=16717
|
||||||
CONFIG_BTSAK=y
|
CONFIG_BTSAK=y
|
||||||
|
@ -26,10 +26,6 @@ choice
|
|||||||
prompt "Bluetooth UART HCI device"
|
prompt "Bluetooth UART HCI device"
|
||||||
default BLUETOOTH_UART_OTHER
|
default BLUETOOTH_UART_OTHER
|
||||||
|
|
||||||
config BLUETOOTH_UART_BT860
|
|
||||||
bool "Laird BT860"
|
|
||||||
select BLUETOOTH_UART_GENERIC
|
|
||||||
|
|
||||||
config BLUETOOTH_UART_CC2564
|
config BLUETOOTH_UART_CC2564
|
||||||
bool "TI CC2564"
|
bool "TI CC2564"
|
||||||
depends on EXPERIMENTAL
|
depends on EXPERIMENTAL
|
||||||
|
Loading…
Reference in New Issue
Block a user