diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2022-02-15 18:11:55 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2022-02-25 01:06:24 +0100 |
commit | ef120261910bfb46f25a168f26043ff380ab26b0 (patch) | |
tree | 01ba3b68302e466b5c9e7dd68d1a62269c477d50 /target/linux/config/Config.in.bluetooth | |
parent | 81c178b82dd8bdef3df37c3a3dcd20c1956da308 (diff) |
add support for raspberry pi4 64 bit
Diffstat (limited to 'target/linux/config/Config.in.bluetooth')
-rw-r--r-- | target/linux/config/Config.in.bluetooth | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/config/Config.in.bluetooth b/target/linux/config/Config.in.bluetooth index 49f0a1202..9c549620e 100644 --- a/target/linux/config/Config.in.bluetooth +++ b/target/linux/config/Config.in.bluetooth @@ -137,7 +137,7 @@ config ADK_LINUX_KERNEL_BT_HCIUART_BCM select ADK_LINUX_KERNEL_BT_HCIUART select ADK_LINUX_KERNEL_BT_HCIUART_3WIRE select ADK_LINUX_KERNEL_BT_BCM - depends on ADK_TARGET_SYSTEM_RASPBERRY_PI3 || ADK_TARGET_SYSTEM_RASPBERRY_PI3P + depends on ADK_TARGET_SYSTEM_RASPBERRY_PI3 default n help The Broadcom protocol support enables Bluetooth HCI over serial |