diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2017-03-30 13:04:43 +0300 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2017-03-31 09:06:29 +0300 |
commit | d4d969909bef4c1e103eec0fc2c820773811fb72 (patch) | |
tree | 3e48a64c11a98e7015701be148b31238ce440c48 /arch/x86/platform/intel-mid/device_libs/Makefile | |
parent | 2f2a033fb5819c393d65da9b6233e095f3690f15 (diff) | |
download | linux-d4d969909bef4c1e103eec0fc2c820773811fb72.tar.xz |
x86/platform/intel-mid: Enable Bluetooth support on Intel Edison
Intel Edison has Wi-Fi + BT module attached and, since it's an SFI-enumerated
platform, needs platform data. Here we add bits to enable the Bluetooth device.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/20170330100443.22701-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch/x86/platform/intel-mid/device_libs/Makefile')
-rw-r--r-- | arch/x86/platform/intel-mid/device_libs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/x86/platform/intel-mid/device_libs/Makefile b/arch/x86/platform/intel-mid/device_libs/Makefile index a7dbec4dce27..36f0fdf6079a 100644 --- a/arch/x86/platform/intel-mid/device_libs/Makefile +++ b/arch/x86/platform/intel-mid/device_libs/Makefile @@ -2,8 +2,9 @@ obj-$(subst m,y,$(CONFIG_PINCTRL_MERRIFIELD)) += platform_mrfld_pinctrl.o # SDHCI Devices obj-$(subst m,y,$(CONFIG_MMC_SDHCI_PCI)) += platform_mrfld_sd.o -# WiFi +# WiFi + BT obj-$(subst m,y,$(CONFIG_BRCMFMAC_SDIO)) += platform_bcm43xx.o +obj-$(subst m,y,$(CONFIG_BT_HCIUART_BCM)) += platform_bt.o # IPC Devices obj-$(subst m,y,$(CONFIG_MFD_INTEL_MSIC)) += platform_msic.o obj-$(subst m,y,$(CONFIG_SND_MFLD_MACHINE)) += platform_msic_audio.o |