blob: 75029d0cfa15b3d40534fdd55a1fc6997f9d42bb [file] [log] [blame]
Andy Shevchenko0519e8b2016-06-29 22:01:34 +03001# Family-Level Interface Shim (FLIS)
2obj-$(subst m,y,$(CONFIG_PINCTRL_MERRIFIELD)) += platform_mrfld_pinctrl.o
Andy Shevchenko3976b032016-08-31 16:57:13 +03003# SDHCI Devices
4obj-$(subst m,y,$(CONFIG_MMC_SDHCI_PCI)) += platform_mrfld_sd.o
Andy Shevchenkodd8d6ec2016-08-31 16:57:12 +03005# WiFi
6obj-$(subst m,y,$(CONFIG_BRCMFMAC_SDIO)) += platform_bcm43xx.o
David Cohen40a96d52013-10-17 15:35:36 -07007# IPC Devices
8obj-y += platform_ipc.o
9obj-$(subst m,y,$(CONFIG_MFD_INTEL_MSIC)) += platform_msic.o
10obj-$(subst m,y,$(CONFIG_SND_MFLD_MACHINE)) += platform_msic_audio.o
11obj-$(subst m,y,$(CONFIG_GPIO_MSIC)) += platform_msic_gpio.o
12obj-$(subst m,y,$(CONFIG_MFD_INTEL_MSIC)) += platform_msic_ocd.o
13obj-$(subst m,y,$(CONFIG_MFD_INTEL_MSIC)) += platform_msic_battery.o
14obj-$(subst m,y,$(CONFIG_INTEL_MID_POWER_BUTTON)) += platform_msic_power_btn.o
15obj-$(subst m,y,$(CONFIG_GPIO_INTEL_PMIC)) += platform_pmic_gpio.o
16obj-$(subst m,y,$(CONFIG_INTEL_MFLD_THERMAL)) += platform_msic_thermal.o
Andy Shevchenkoe81e11b2016-07-05 03:14:50 +030017# SPI Devices
Andy Shevchenkoefa22522017-01-02 11:24:50 +020018obj-$(subst m,y,$(CONFIG_SPI_SPIDEV)) += platform_mrfld_spidev.o
David Cohen40a96d52013-10-17 15:35:36 -070019# I2C Devices
20obj-$(subst m,y,$(CONFIG_SENSORS_EMC1403)) += platform_emc1403.o
21obj-$(subst m,y,$(CONFIG_SENSORS_LIS3LV02D)) += platform_lis331.o
David Cohen40a96d52013-10-17 15:35:36 -070022obj-$(subst m,y,$(CONFIG_INPUT_MPU3050)) += platform_mpu3050.o
23obj-$(subst m,y,$(CONFIG_INPUT_BMA150)) += platform_bma023.o
David Cohen40a96d52013-10-17 15:35:36 -070024obj-$(subst m,y,$(CONFIG_DRM_MEDFIELD)) += platform_tc35876x.o
Andy Shevchenko00688272016-06-15 12:48:53 +030025# I2C GPIO Expanders
26obj-$(subst m,y,$(CONFIG_GPIO_PCA953X)) += platform_max7315.o
27obj-$(subst m,y,$(CONFIG_GPIO_PCA953X)) += platform_pcal9555a.o
28obj-$(subst m,y,$(CONFIG_GPIO_PCA953X)) += platform_tca6416.o
David Cohen40a96d52013-10-17 15:35:36 -070029# MISC Devices
30obj-$(subst m,y,$(CONFIG_KEYBOARD_GPIO)) += platform_gpio_keys.o
Andy Shevchenkoe5dce282016-11-18 19:27:23 +020031obj-$(subst m,y,$(CONFIG_INTEL_MID_WATCHDOG)) += platform_mrfld_wdt.o