summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mx6/Makefile
diff options
context:
space:
mode:
authorLionel Xu <Lionel.Xu@freescale.com>2012-12-26 13:54:49 +0800
committerLionel Xu <Lionel.Xu@freescale.com>2013-01-05 13:25:09 +0800
commit1ffc70ec65c3f78359236cad33f788d49ee97d14 (patch)
tree9a45a46f25a30184bc6f17f3ea584cb51e85bb04 /arch/arm/mach-mx6/Makefile
parent724fef3a8cbeac64b03c934d5a46f3249e30e404 (diff)
ENGR00238281 MX6SL_EVK: Add rfkill interface to bluetooth
MX6SL EVK board uses Silex SX-SDMAN board for bluetooth. Add rfkill interface to control SX-SDMAN reset. The reset signal is required before using bluetooth. Signed-off-by: Lionel Xu <R63889@freescale.com>
Diffstat (limited to 'arch/arm/mach-mx6/Makefile')
-rw-r--r--arch/arm/mach-mx6/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-mx6/Makefile b/arch/arm/mach-mx6/Makefile
index 6310673a4fe4..f26ac15a996c 100644
--- a/arch/arm/mach-mx6/Makefile
+++ b/arch/arm/mach-mx6/Makefile
@@ -19,4 +19,5 @@ obj-$(CONFIG_SMP) += plat_hotplug.o platsmp.o headsmp.o
obj-$(CONFIG_LOCAL_TIMERS) += localtimer.o
obj-$(CONFIG_IMX_PCIE) += pcie.o
obj-$(CONFIG_USB_FSL_ARC_OTG) += usb_dr.o
-obj-$(CONFIG_USB_EHCI_ARC_H1) += usb_h1.o \ No newline at end of file
+obj-$(CONFIG_USB_EHCI_ARC_H1) += usb_h1.o
+obj-$(CONFIG_MACH_IMX_BLUETOOTH_RFKILL) += mx6_bt_rfkill.o