From 47c9cdf20e99a373730f702a2eb48d05e1ae8460 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 3 May 2016 21:27:47 +0200 Subject: update rpi kernel patch, add mkknlimg back, more fixes --- target/linux/config/Config.in.bluetooth | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'target/linux/config/Config.in.bluetooth') diff --git a/target/linux/config/Config.in.bluetooth b/target/linux/config/Config.in.bluetooth index 42d220302..6e59fe357 100644 --- a/target/linux/config/Config.in.bluetooth +++ b/target/linux/config/Config.in.bluetooth @@ -10,6 +10,9 @@ depends on ADK_TARGET_WITH_USB \ config ADK_KERNEL_BT_BREDR bool +config ADK_KERNEL_BT_BCM + tristate + config ADK_KERNEL_BT tristate "Bluetooth network stack" select ADK_KERNEL_BT_BREDR @@ -111,6 +114,20 @@ config ADK_KERNEL_BT_HCIUART UART based Bluetooth PCMCIA and CF devices like Xircom Credit Card adapter and BrainBoxes Bluetooth PC Card. +config ADK_KERNEL_BT_HCIUART_H4 + 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_BCM + help + The Broadcom protocol support enables Bluetooth HCI over serial + port interface for Broadcom Bluetooth controllers. + config ADK_KERNEL_BT_MRVL tristate "Marvell driver" select ADK_KERNEL_BT -- cgit v1.2.3