Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 Loading... | |
| 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 |
| OLD | NEW |