• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1menu "Networking Drivers"
2
3menu "Bluetooth Subsystem Support"
4
5menu "Bluetooth Device Drivers"
6	depends on AW_BSP
7	depends on BT
8
9config BCM_BT_LPM
10	tristate "Broadcom Bluetooth Low Power Manager Support"
11	help
12	  Bluetooth Low Power Manager Driver.
13	  This driver provides the dynamic active power saving mechanism for
14	  bluetooth radio devices special for android4.2.
15
16	  Say Y here to compile support for bt lmp support into the kernel
17	  or say M to compile it as module (btlmp).
18
19config RTL_BT_LPM
20	tristate "Realtek Bluesleep driver support"
21	help
22	  Bluetooth Bluesleep Driver.
23	  This driver provides the dynamic active power saving mechanism for
24	  bluetooth radio devices.
25
26	  Say Y here to compile support for bluesleep support into the kernel
27	  or say M to compile it as module (bluesleep).
28
29config XR_BT_LPM
30	tristate "Xradio Bluetooth sleep driver support"
31	help
32	  Bluetooth Bluetooth sleep Driver.
33	  This driver provides the dynamic active power saving mechanism for
34	  bluetooth radio devices.
35
36	  Say Y here to compile support for bluesleep support into the kernel
37	  or say M to compile it as module (bluesleep).
38
39config BT_RTKBTUSB
40	tristate "RTK HCI USB driver"
41	depends on USB
42	help
43	  RTK Bluetooth HCI USB driver
44
45endmenu
46
47endmenu
48
49endmenu
50