summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.bluetooth
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/config/Config.in.bluetooth')
-rw-r--r--target/linux/config/Config.in.bluetooth7
1 files changed, 6 insertions, 1 deletions
diff --git a/target/linux/config/Config.in.bluetooth b/target/linux/config/Config.in.bluetooth
index 7b65becd8..0920336b2 100644
--- a/target/linux/config/Config.in.bluetooth
+++ b/target/linux/config/Config.in.bluetooth
@@ -119,10 +119,15 @@ config ADK_KERNEL_BT_HCIUART_H4
depends on ADK_KERNEL_BT_HCIUART
default n
+config ADK_KERNEL_BT_HCIUART_3WIRE
+ bool
+ depends on ADK_KERNEL_BT_HCIUART
+ default n
+
config ADK_KERNEL_BT_HCIUART_BCM
tristate "Broadcom protocol support"
select ADK_KERNEL_BT_HCIUART
- select ADK_KERNEL_BT_HCIUART_H4
+ select ADK_KERNEL_BT_HCIUART_3WIRE
select ADK_KERNEL_BT_BCM
default y if ADK_TARGET_SYSTEM_RASPBERRY_PI3
depends on ADK_TARGET_SYSTEM_RASPBERRY_PI3