Chromium Code Reviews| Index: drivers/misc/Kconfig |
| diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig |
| index b74331260744db8829a2a8712a0d08bf5d42f949..3ccaf18234f82ba885021fc19cde163d61933e98 100644 |
| --- a/drivers/misc/Kconfig |
| +++ b/drivers/misc/Kconfig |
| @@ -390,6 +390,13 @@ config BMP085 |
| To compile this driver as a module, choose M here: the |
| module will be called bmp085. |
| +config BT_RFKILL |
| + bool "Bluetooth RFKILL driver" |
| + depends on BT && RFKILL |
| + default n |
|
Olof Johansson
2011/01/19 18:31:16
Default is always n, so no need to include it
|
| + help |
| + Adds Bluetooth RFKILL driver for BT chipset |
| + |
| source "drivers/misc/c2port/Kconfig" |
| source "drivers/misc/eeprom/Kconfig" |
| source "drivers/misc/cb710/Kconfig" |