]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - arch/x86/platform/intel-mid/device_libs/Makefile
Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-block
[karo-tx-linux.git] / arch / x86 / platform / intel-mid / device_libs / Makefile
1 # Family-Level Interface Shim (FLIS)
2 obj-$(subst m,y,$(CONFIG_PINCTRL_MERRIFIELD)) += platform_mrfld_pinctrl.o
3 # IPC Devices
4 obj-y += platform_ipc.o
5 obj-$(subst m,y,$(CONFIG_MFD_INTEL_MSIC)) += platform_msic.o
6 obj-$(subst m,y,$(CONFIG_SND_MFLD_MACHINE)) += platform_msic_audio.o
7 obj-$(subst m,y,$(CONFIG_GPIO_MSIC)) += platform_msic_gpio.o
8 obj-$(subst m,y,$(CONFIG_MFD_INTEL_MSIC)) += platform_msic_ocd.o
9 obj-$(subst m,y,$(CONFIG_MFD_INTEL_MSIC)) += platform_msic_battery.o
10 obj-$(subst m,y,$(CONFIG_INTEL_MID_POWER_BUTTON)) += platform_msic_power_btn.o
11 obj-$(subst m,y,$(CONFIG_GPIO_INTEL_PMIC)) += platform_pmic_gpio.o
12 obj-$(subst m,y,$(CONFIG_INTEL_MFLD_THERMAL)) += platform_msic_thermal.o
13 # SPI Devices
14 obj-$(subst m,y,$(CONFIG_SPI_SPIDEV)) += platform_spidev.o
15 # I2C Devices
16 obj-$(subst m,y,$(CONFIG_SENSORS_EMC1403)) += platform_emc1403.o
17 obj-$(subst m,y,$(CONFIG_SENSORS_LIS3LV02D)) += platform_lis331.o
18 obj-$(subst m,y,$(CONFIG_INPUT_MPU3050)) += platform_mpu3050.o
19 obj-$(subst m,y,$(CONFIG_INPUT_BMA150)) += platform_bma023.o
20 obj-$(subst m,y,$(CONFIG_DRM_MEDFIELD)) += platform_tc35876x.o
21 # I2C GPIO Expanders
22 obj-$(subst m,y,$(CONFIG_GPIO_PCA953X)) += platform_max7315.o
23 obj-$(subst m,y,$(CONFIG_GPIO_PCA953X)) += platform_pcal9555a.o
24 obj-$(subst m,y,$(CONFIG_GPIO_PCA953X)) += platform_tca6416.o
25 # MISC Devices
26 obj-$(subst m,y,$(CONFIG_KEYBOARD_GPIO)) += platform_gpio_keys.o
27 obj-$(subst m,y,$(CONFIG_INTEL_MID_WATCHDOG)) += platform_wdt.o