Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(18)

Side by Side Diff: drivers/bluetooth/Kconfig

Issue 6295009: CHROMIUM: config: bluetooth: rfkill driver Base URL: http://git.chromium.org/git/kernel-next.git@chromeos-2.6.36
Patch Set: CHROMIUM: config: bluetooth: rfkill driver Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | drivers/bluetooth/Makefile » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 1
2 menu "Bluetooth device drivers" 2 menu "Bluetooth device drivers"
3 depends on BT 3 depends on BT
4 4
5 config BT_HCIBTUSB 5 config BT_HCIBTUSB
6 tristate "HCI USB driver" 6 tristate "HCI USB driver"
7 depends on USB 7 depends on USB
8 help 8 help
9 Bluetooth HCI USB driver. 9 Bluetooth HCI USB driver.
10 This driver is required if you want to use Bluetooth devices with 10 This driver is required if you want to use Bluetooth devices with
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 depends on BT_HCIBTUSB 212 depends on BT_HCIBTUSB
213 select FW_LOADER 213 select FW_LOADER
214 help 214 help
215 Bluetooth firmware download driver. 215 Bluetooth firmware download driver.
216 This driver loads the firmware into the Atheros Bluetooth 216 This driver loads the firmware into the Atheros Bluetooth
217 chipset. 217 chipset.
218 218
219 Say Y here to compile support for "Atheros firmware download driver" 219 Say Y here to compile support for "Atheros firmware download driver"
220 into the kernel or say M to compile it as module (ath3k). 220 into the kernel or say M to compile it as module (ath3k).
221 221
222 config BT_RFKILL
223 bool "Bluetooth RFKILL driver"
224 depends on BT && RFKILL
225 help
226 If you say yes here you get support of a generic bluetooth RFKILL
227 driver for BT chipset. Platform needs to define the resources
228 required.
229
222 endmenu 230 endmenu
OLDNEW
« no previous file with comments | « no previous file | drivers/bluetooth/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698