Explorar el Código

bluetooth: enable for rpi3

Waldemar Brodkorb hace 9 años
padre
commit
78eeeacd01
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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
 	select ADK_KERNEL_BT_HCIUART_H4
 	select ADK_KERNEL_BT_HCIUART_H4
 	select ADK_KERNEL_BT_BCM
 	select ADK_KERNEL_BT_BCM
+	default y if ADK_TARGET_SYSTEM_RASPBERRY_PI3
+	depends on ADK_TARGET_SYSTEM_RASPBERRY_PI3
 	help
 	help
 	  The Broadcom protocol support enables Bluetooth HCI over serial
 	  The Broadcom protocol support enables Bluetooth HCI over serial
 	  port interface for Broadcom Bluetooth controllers.
 	  port interface for Broadcom Bluetooth controllers.