diff --git a/boards/arm/stm32/stm32f4discovery/configs/hciuart/defconfig b/boards/arm/stm32/stm32f4discovery/configs/hciuart/defconfig index 620d60bec9..22d39cc14f 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 039980ecc6..cc142497ee 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