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:30 UTC

[incubator-nuttx] 02/02: bluetooth: BLUETOOTH_BCM4343X shouldn't select BLUETOOTH_UART_SHIM

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 d9b1cb3d27deb58010e29672ef41a8c6d019bb28
Author: Xiang Xiao <xi...@xiaomi.com>
AuthorDate: Sun Dec 27 03:54:05 2020 +0800

    bluetooth: BLUETOOTH_BCM4343X shouldn't select BLUETOOTH_UART_SHIM
    
    since bcm4343x bluetooth driver doesn't depend on uart shim driver
    
    Signed-off-by: Xiang Xiao <xi...@xiaomi.com>
---
 drivers/wireless/bluetooth/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/wireless/bluetooth/Kconfig b/drivers/wireless/bluetooth/Kconfig
index cc14249..28b2ab1 100644
--- a/drivers/wireless/bluetooth/Kconfig
+++ b/drivers/wireless/bluetooth/Kconfig
@@ -32,7 +32,6 @@ config BLUETOOTH_UART_CC2564
 
 config BLUETOOTH_BCM4343X
 	bool "Broadcom (Cypress) BCM4343X device support"
-	select BLUETOOTH_UART_SHIM
 	---help---
 		Enables download support for the bluetooth component of BCM4343X devices.
 		Note that firmware needs to be provided for these devices to operate. In