commit | 5dfd8cd6b1626948625f0e2ba25255fa665704ca | [log] [tgz] |
---|---|---|
author | Nick Pelly <npelly@google.com> | Thu Jun 11 10:49:48 2009 -0700 |
committer | Colin Cross <ccross@android.com> | Mon Apr 09 13:57:48 2012 -0700 |
tree | 9c6b057c139ca8ede3f2138bea04815292c7724f | |
parent | 609a71dba026f4fa2899951378abd07d3342e06e [diff] [blame] |
wl127x-rfkill: Add power control driver for TI WL127X Bluetooth chips Signed-off-by: Nick Pelly <npelly@google.com>
diff --git a/drivers/misc/Makefile b/drivers/misc/Makefile index 3e6af25..a815993 100644 --- a/drivers/misc/Makefile +++ b/drivers/misc/Makefile
@@ -50,3 +50,4 @@ obj-$(CONFIG_USB_SWITCH_FSA9480) += fsa9480.o obj-$(CONFIG_ALTERA_STAPL) +=altera-stapl/ obj-$(CONFIG_MAX8997_MUIC) += max8997-muic.o +obj-$(CONFIG_WL127X_RFKILL) += wl127x-rfkill.o