Browse Source

bluetooth: enable for rpi3

Waldemar Brodkorb 9 years ago
parent
commit
78eeeacd01
1 changed files with 2 additions and 0 deletions
  1. 2 0
      target/linux/config/Config.in.bluetooth

+ 2 - 0
target/linux/config/Config.in.bluetooth

@@ -124,6 +124,8 @@ config ADK_KERNEL_BT_HCIUART_BCM
 	select ADK_KERNEL_BT_HCIUART
 	select ADK_KERNEL_BT_HCIUART_H4
 	select ADK_KERNEL_BT_BCM
+	default y if ADK_TARGET_SYSTEM_RASPBERRY_PI3
+	depends on ADK_TARGET_SYSTEM_RASPBERRY_PI3
 	help
 	  The Broadcom protocol support enables Bluetooth HCI over serial
 	  port interface for Broadcom Bluetooth controllers.