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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | drivers/misc/Makefile » ('j') | drivers/misc/bt_rfkill.c » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
+ help
+ Adds Bluetooth RFKILL driver for BT chipset
+
source "drivers/misc/c2port/Kconfig"
source "drivers/misc/eeprom/Kconfig"
source "drivers/misc/cb710/Kconfig"
« no previous file with comments | « no previous file | drivers/misc/Makefile » ('j') | drivers/misc/bt_rfkill.c » ('J')

Powered by Google App Engine
This is Rietveld 408576698