diff options
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 |