diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-05-03 21:27:47 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-05-03 21:28:11 +0200 |
commit | 47c9cdf20e99a373730f702a2eb48d05e1ae8460 (patch) | |
tree | 41108b45c398dd4ce9d35994418287e137977525 /target/linux/config/Config.in.bluetooth | |
parent | 56fec7e956163e9613e7af071aa9acc289415c40 (diff) |
update rpi kernel patch, add mkknlimg back, more fixes
Diffstat (limited to 'target/linux/config/Config.in.bluetooth')
-rw-r--r-- | target/linux/config/Config.in.bluetooth | 17 |
1 files changed, 17 insertions, 0 deletions
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 |