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.bluetooth66
1 files changed, 33 insertions, 33 deletions
diff --git a/target/linux/config/Config.in.bluetooth b/target/linux/config/Config.in.bluetooth
index 82b55bf49..b639676c1 100644
--- a/target/linux/config/Config.in.bluetooth
+++ b/target/linux/config/Config.in.bluetooth
@@ -1,7 +1,7 @@
menu "Bluetooth support and drivers"
depends on ADK_TARGET_WITH_USB || ADK_TARGET_WITH_MINIPCI || ADK_TARGET_WITH_SDIO
-config ADK_KPACKAGE_KMOD_BT
+config ADK_KERNEL_BT
prompt "Bluetooth network stack"
tristate
default n
@@ -25,7 +25,7 @@ config ADK_KPACKAGE_KMOD_BT
config ADK_KERNEL_BT_L2CAP
prompt "L2CAP protocol support"
boolean
- select ADK_KPACKAGE_KMOD_BT
+ select ADK_KERNEL_BT
default n
help
L2CAP (Logical Link Control and Adaptation Protocol) provides
@@ -36,63 +36,63 @@ config ADK_KERNEL_BT_L2CAP
config ADK_KERNEL_BT_SCO
prompt "SCO link support"
boolean
- select ADK_KPACKAGE_KMOD_BT
+ select ADK_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_KPACKAGE_KMOD_BT_RFCOMM
+config ADK_KERNEL_BT_RFCOMM
prompt "RFCOMM protocol support"
tristate
- select ADK_KPACKAGE_KMOD_BT
- depends on ADK_KPACKAGE_KMOD_BT_L2CAP
+ select ADK_KERNEL_BT
+ depends on ADK_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_KPACKAGE_KMOD_BT_BNEP
+config ADK_KERNEL_BT_BNEP
prompt "BNEP protocol support"
tristate
- select ADK_KPACKAGE_KMOD_BT
- depends on ADK_KPACKAGE_KMOD_BT_L2CAP
+ select ADK_KERNEL_BT
+ depends on ADK_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_KPACKAGE_KMOD_BT_HIDP
+config ADK_KERNEL_BT_HIDP
prompt "HIDP protocol support"
tristate
select ADK_KERNEL_INPUT
select ADK_KERNEL_HID
- select ADK_KPACKAGE_KMOD_BT
- depends on ADK_KPACKAGE_KMOD_BT_L2CAP
+ select ADK_KERNEL_BT
+ depends on ADK_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_KPACKAGE_KMOD_BT_HCIBTSDIO
+config ADK_KERNEL_BT_HCIBTSDIO
prompt "HCI SDIO driver"
tristate
- select ADK_KPACKAGE_KMOD_BT
+ select ADK_KERNEL_BT
depends on ADK_TARGET_WITH_SDIO
- default y if ADK_TARGET_SYSTEM_CUBOX_I
+ default m if ADK_TARGET_SYSTEM_CUBOX_I
default n
help
Bluetooth HCI SDIO driver.
This driver is required if you want to use Bluetooth devices with
SDIO interface.
-config ADK_KPACKAGE_KMOD_BT_HCIBTUSB
+config ADK_KERNEL_BT_HCIBTUSB
prompt "HCI USB driver"
tristate
- select ADK_KPACKAGE_KMOD_BT
+ select ADK_KERNEL_BT
depends on ADK_TARGET_WITH_USB
default n
help
@@ -100,10 +100,10 @@ config ADK_KPACKAGE_KMOD_BT_HCIBTUSB
This driver is required if you want to use Bluetooth devices with
USB interface.
-config ADK_KPACKAGE_KMOD_BT_HCIUART
+config ADK_KERNEL_BT_HCIUART
prompt "HCI UART driver"
tristate
- select ADK_KPACKAGE_KMOD_BT
+ select ADK_KERNEL_BT
default n
help
Bluetooth HCI UART driver.
@@ -112,33 +112,33 @@ config ADK_KPACKAGE_KMOD_BT_HCIUART
UART based Bluetooth PCMCIA and CF devices like Xircom Credit Card
adapter and BrainBoxes Bluetooth PC Card.
-config ADK_KPACKAGE_KMOD_BT_MRVL
+config ADK_KERNEL_BT_MRVL
prompt "Marvell driver"
tristate
- select ADK_KPACKAGE_KMOD_BT
+ select ADK_KERNEL_BT
select ADK_PACKAGE_BRCM_BLUETOOTH
- default y if ADK_TARGET_SYSTEM_CUBOX_I
+ default m if ADK_TARGET_SYSTEM_CUBOX_I
default n
help
Bluetooth Marvell driver.
-config ADK_KPACKAGE_KMOD_BT_MRVL_SDIO
+config ADK_KERNEL_BT_MRVL_SDIO
prompt "Marvell SDIO driver"
tristate
- depends on ADK_KPACKAGE_KMOD_BT_MRVL
- depends on ADK_KPACKAGE_KMOD_BT_HCIBTSDIO
+ depends on ADK_KERNEL_BT_MRVL
+ depends on ADK_KERNEL_BT_HCIBTSDIO
depends on ADK_TARGET_WITH_SDIO
- default y if ADK_TARGET_SYSTEM_CUBOX_I
+ default m if ADK_TARGET_SYSTEM_CUBOX_I
default n
help
Bluetooth Marvell driver.
-config ADK_KPACKAGE_KMOD_BT_HCIBCM203X
+config ADK_KERNEL_BT_HCIBCM203X
prompt "HCI BCM203x USB driver"
tristate
- select ADK_KPACKAGE_KMOD_FW_LOADER
- select ADK_KPACKAGE_KMOD_BT_HCIBTUSB
- select ADK_KPACKAGE_KMOD_BT
+ select ADK_KERNEL_FW_LOADER
+ select ADK_KERNEL_BT_HCIBTUSB
+ select ADK_KERNEL_BT
depends on ADK_TARGET_WITH_USB
default n
help
@@ -146,11 +146,11 @@ config ADK_KPACKAGE_KMOD_BT_HCIBCM203X
This driver provides the firmware loading mechanism for the Broadcom
Blutonium based devices.
-config ADK_KPACKAGE_KMOD_BT_HCIBPA10X
+config ADK_KERNEL_BT_HCIBPA10X
prompt "HCI BPA10x USB driver"
tristate
- select ADK_KPACKAGE_KMOD_BT
- select ADK_KPACKAGE_KMOD_BT_HCIBTUSB
+ select ADK_KERNEL_BT
+ select ADK_KERNEL_BT_HCIBTUSB
default n
help
Bluetooth HCI BPA10x USB driver.