summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.bluetooth
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/config/Config.in.bluetooth')
-rw-r--r--target/linux/config/Config.in.bluetooth96
1 files changed, 48 insertions, 48 deletions
diff --git a/target/linux/config/Config.in.bluetooth b/target/linux/config/Config.in.bluetooth
index 0e0951d57..9c549620e 100644
--- a/target/linux/config/Config.in.bluetooth
+++ b/target/linux/config/Config.in.bluetooth
@@ -7,15 +7,15 @@ depends on ADK_TARGET_WITH_USB \
|| ADK_TARGET_WITH_SDIO \
|| ADK_TARGET_GENERIC
-config ADK_KERNEL_BT_BREDR
+config ADK_LINUX_KERNEL_BT_BREDR
bool
-config ADK_KERNEL_BT_BCM
+config ADK_LINUX_KERNEL_BT_BCM
tristate
-config ADK_KERNEL_BT
+config ADK_LINUX_KERNEL_BT
tristate "Bluetooth network stack"
- select ADK_KERNEL_BT_BREDR
+ select ADK_LINUX_KERNEL_BT_BREDR
default n
help
Bluetooth is low-cost, low-power, short-range wireless technology.
@@ -34,58 +34,58 @@ config ADK_KERNEL_BT
CMTP Module (CAPI Message Transport Protocol)
HIDP Module (Human Interface Device Protocol)
-config ADK_KERNEL_BT_L2CAP
+config ADK_LINUX_KERNEL_BT_L2CAP
bool "L2CAP protocol support"
- select ADK_KERNEL_BT
+ select ADK_LINUX_KERNEL_BT
default n
help
L2CAP (Logical Link Control and Adaptation Protocol) provides
connection oriented and connection-less data transport. L2CAP
support is required for most Bluetooth applications.
-config ADK_KERNEL_BT_SCO
+config ADK_LINUX_KERNEL_BT_SCO
bool "SCO link support"
- select ADK_KERNEL_BT
+ select ADK_LINUX_KERNEL_BT
default n
help
SCO link provides voice transport over Bluetooth. SCO support is
required for voice applications like Headset and Audio.
-config ADK_KERNEL_BT_RFCOMM
+config ADK_LINUX_KERNEL_BT_RFCOMM
tristate "RFCOMM protocol support"
- select ADK_KERNEL_BT
- depends on ADK_KERNEL_BT_L2CAP
+ select ADK_LINUX_KERNEL_BT
+ depends on ADK_LINUX_KERNEL_BT_L2CAP
default n
help
RFCOMM provides connection oriented stream transport. RFCOMM
support is required for Dialup Networking, OBEX and other Bluetooth
applications.
-config ADK_KERNEL_BT_BNEP
+config ADK_LINUX_KERNEL_BT_BNEP
tristate "BNEP protocol support"
- select ADK_KERNEL_BT
- depends on ADK_KERNEL_BT_L2CAP
+ select ADK_LINUX_KERNEL_BT
+ depends on ADK_LINUX_KERNEL_BT_L2CAP
default n
help
BNEP (Bluetooth Network Encapsulation Protocol) is Ethernet
emulation layer on top of Bluetooth. BNEP is required for
Bluetooth PAN (Personal Area Network).
-config ADK_KERNEL_BT_HIDP
+config ADK_LINUX_KERNEL_BT_HIDP
tristate "HIDP protocol support"
- select ADK_KERNEL_INPUT
- select ADK_KERNEL_HID
- select ADK_KERNEL_BT
- depends on ADK_KERNEL_BT_L2CAP
+ select ADK_LINUX_KERNEL_INPUT
+ select ADK_LINUX_KERNEL_HID
+ select ADK_LINUX_KERNEL_BT
+ depends on ADK_LINUX_KERNEL_BT_L2CAP
default n
help
HIDP (Human Interface Device Protocol) is a transport layer
for HID reports. HIDP is required for the Bluetooth Human
Interface Device Profile.
-config ADK_KERNEL_BT_HCIBTSDIO
+config ADK_LINUX_KERNEL_BT_HCIBTSDIO
tristate "HCI SDIO driver"
- select ADK_KERNEL_BT
+ select ADK_LINUX_KERNEL_BT
depends on ADK_TARGET_WITH_SDIO
default n
help
@@ -93,9 +93,9 @@ config ADK_KERNEL_BT_HCIBTSDIO
This driver is required if you want to use Bluetooth devices with
SDIO interface.
-config ADK_KERNEL_BT_HCIBTUSB
+config ADK_LINUX_KERNEL_BT_HCIBTUSB
tristate "HCI USB driver"
- select ADK_KERNEL_BT
+ select ADK_LINUX_KERNEL_BT
depends on ADK_TARGET_WITH_USB
default n
help
@@ -103,17 +103,17 @@ config ADK_KERNEL_BT_HCIBTUSB
This driver is required if you want to use Bluetooth devices with
USB interface.
-config ADK_KERNEL_BT_HCIBTUSB_BCM
+config ADK_LINUX_KERNEL_BT_HCIBTUSB_BCM
bool "Broadcom protocol support"
- depends on ADK_KERNEL_BT_HCIBTUSB
- select ADK_KERNEL_BT_BCM
+ depends on ADK_LINUX_KERNEL_BT_HCIBTUSB
+ select ADK_LINUX_KERNEL_BT_BCM
help
The Broadcom protocol support enables firmware and patchram
download support for Broadcom Bluetooth controllers.
-config ADK_KERNEL_BT_HCIUART
+config ADK_LINUX_KERNEL_BT_HCIUART
tristate "HCI UART driver"
- select ADK_KERNEL_BT
+ select ADK_LINUX_KERNEL_BT
default n
help
Bluetooth HCI UART driver.
@@ -122,49 +122,49 @@ 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
+config ADK_LINUX_KERNEL_BT_HCIUART_H4
bool
- depends on ADK_KERNEL_BT_HCIUART
+ depends on ADK_LINUX_KERNEL_BT_HCIUART
default n
-config ADK_KERNEL_BT_HCIUART_3WIRE
+config ADK_LINUX_KERNEL_BT_HCIUART_3WIRE
bool
- depends on ADK_KERNEL_BT_HCIUART
+ depends on ADK_LINUX_KERNEL_BT_HCIUART
default n
-config ADK_KERNEL_BT_HCIUART_BCM
+config ADK_LINUX_KERNEL_BT_HCIUART_BCM
tristate "Broadcom protocol support"
- select ADK_KERNEL_BT_HCIUART
- select ADK_KERNEL_BT_HCIUART_3WIRE
- select ADK_KERNEL_BT_BCM
+ select ADK_LINUX_KERNEL_BT_HCIUART
+ select ADK_LINUX_KERNEL_BT_HCIUART_3WIRE
+ select ADK_LINUX_KERNEL_BT_BCM
depends on ADK_TARGET_SYSTEM_RASPBERRY_PI3
default n
help
The Broadcom protocol support enables Bluetooth HCI over serial
port interface for Broadcom Bluetooth controllers.
-config ADK_KERNEL_BT_MRVL
+config ADK_LINUX_KERNEL_BT_MRVL
tristate "Marvell driver"
- select ADK_KERNEL_BT
+ select ADK_LINUX_KERNEL_BT
default n
help
Bluetooth Marvell driver.
-config ADK_KERNEL_BT_MRVL_SDIO
+config ADK_LINUX_KERNEL_BT_MRVL_SDIO
tristate "Marvell SDIO driver"
select ADK_PACKAGE_BRCM_BLUETOOTH
- select ADK_KERNEL_BT_MRVL
- select ADK_KERNEL_BT_HCIBTSDIO
+ select ADK_LINUX_KERNEL_BT_MRVL
+ select ADK_LINUX_KERNEL_BT_HCIBTSDIO
depends on ADK_TARGET_WITH_SDIO
default n
help
Bluetooth Marvell driver.
-config ADK_KERNEL_BT_HCIBCM203X
+config ADK_LINUX_KERNEL_BT_HCIBCM203X
tristate "HCI BCM203x USB driver"
- select ADK_KERNEL_FW_LOADER
- select ADK_KERNEL_BT_HCIBTUSB
- select ADK_KERNEL_BT
+ select ADK_LINUX_KERNEL_FW_LOADER
+ select ADK_LINUX_KERNEL_BT_HCIBTUSB
+ select ADK_LINUX_KERNEL_BT
depends on ADK_TARGET_WITH_USB
default n
help
@@ -172,10 +172,10 @@ config ADK_KERNEL_BT_HCIBCM203X
This driver provides the firmware loading mechanism for the Broadcom
Blutonium based devices.
-config ADK_KERNEL_BT_HCIBPA10X
+config ADK_LINUX_KERNEL_BT_HCIBPA10X
tristate "HCI BPA10x USB driver"
- select ADK_KERNEL_BT
- select ADK_KERNEL_BT_HCIBTUSB
+ select ADK_LINUX_KERNEL_BT
+ select ADK_LINUX_KERNEL_BT_HCIBTUSB
default n
help
Bluetooth HCI BPA10x USB driver.