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

Side by Side Diff: drivers/misc/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: rfkill: 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/misc/Makefile » ('j') | drivers/misc/Makefile » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # 1 #
2 # Misc strange devices 2 # Misc strange devices
3 # 3 #
4 4
5 menuconfig MISC_DEVICES 5 menuconfig MISC_DEVICES
6 bool "Misc devices" 6 bool "Misc devices"
7 default y 7 default y
8 ---help--- 8 ---help---
9 Say Y here to get to see options for device drivers from various 9 Say Y here to get to see options for device drivers from various
10 different categories. This option alone does not add any kernel code. 10 different categories. This option alone does not add any kernel code.
(...skipping 372 matching lines...) Expand 10 before | Expand all | Expand 10 after
383 config BMP085 383 config BMP085
384 tristate "BMP085 digital pressure sensor" 384 tristate "BMP085 digital pressure sensor"
385 depends on I2C && SYSFS 385 depends on I2C && SYSFS
386 help 386 help
387 If you say yes here you get support for the Bosch Sensortec 387 If you say yes here you get support for the Bosch Sensortec
388 BMP086 digital pressure sensor. 388 BMP086 digital pressure sensor.
389 389
390 To compile this driver as a module, choose M here: the 390 To compile this driver as a module, choose M here: the
391 module will be called bmp085. 391 module will be called bmp085.
392 392
393 config BT_RFKILL
394 bool "Bluetooth RFKILL driver"
395 depends on BT && RFKILL
396 default n
Olof Johansson 2011/01/19 18:31:16 Default is always n, so no need to include it
397 help
398 Adds Bluetooth RFKILL driver for BT chipset
399
393 source "drivers/misc/c2port/Kconfig" 400 source "drivers/misc/c2port/Kconfig"
394 source "drivers/misc/eeprom/Kconfig" 401 source "drivers/misc/eeprom/Kconfig"
395 source "drivers/misc/cb710/Kconfig" 402 source "drivers/misc/cb710/Kconfig"
396 source "drivers/misc/iwmc3200top/Kconfig" 403 source "drivers/misc/iwmc3200top/Kconfig"
397 404
398 endif # MISC_DEVICES 405 endif # MISC_DEVICES
OLDNEW
« no previous file with comments | « no previous file | drivers/misc/Makefile » ('j') | drivers/misc/Makefile » ('J')

Powered by Google App Engine
This is Rietveld 408576698