 78a3bb9e40
			
		
	
	
	78a3bb9e40
	
	
	
		
			
			This patch adds platform code for Intel Merrifield. Since the watchdog is not part of SFI table, we have no other option but to manually register watchdog's platform device (argh!). Signed-off-by: David Cohen <david.a.cohen@linux.intel.com> Reviewed-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
		
			
				
	
	
		
			23 lines
		
	
	
	
		
			1.2 KiB
			
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
	
		
			1.2 KiB
			
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| # IPC Devices
 | |
| obj-y += platform_ipc.o
 | |
| obj-$(subst m,y,$(CONFIG_MFD_INTEL_MSIC)) += platform_msic.o
 | |
| obj-$(subst m,y,$(CONFIG_SND_MFLD_MACHINE)) += platform_msic_audio.o
 | |
| obj-$(subst m,y,$(CONFIG_GPIO_MSIC)) += platform_msic_gpio.o
 | |
| obj-$(subst m,y,$(CONFIG_MFD_INTEL_MSIC)) += platform_msic_ocd.o
 | |
| obj-$(subst m,y,$(CONFIG_MFD_INTEL_MSIC)) += platform_msic_battery.o
 | |
| obj-$(subst m,y,$(CONFIG_INTEL_MID_POWER_BUTTON)) += platform_msic_power_btn.o
 | |
| obj-$(subst m,y,$(CONFIG_GPIO_INTEL_PMIC)) += platform_pmic_gpio.o
 | |
| obj-$(subst m,y,$(CONFIG_INTEL_MFLD_THERMAL)) += platform_msic_thermal.o
 | |
| # I2C Devices
 | |
| obj-$(subst m,y,$(CONFIG_SENSORS_EMC1403)) += platform_emc1403.o
 | |
| obj-$(subst m,y,$(CONFIG_SENSORS_LIS3LV02D)) += platform_lis331.o
 | |
| obj-$(subst m,y,$(CONFIG_GPIO_PCA953X)) += platform_max7315.o
 | |
| obj-$(subst m,y,$(CONFIG_INPUT_MPU3050)) += platform_mpu3050.o
 | |
| obj-$(subst m,y,$(CONFIG_INPUT_BMA150)) += platform_bma023.o
 | |
| obj-$(subst m,y,$(CONFIG_GPIO_PCA953X)) += platform_tca6416.o
 | |
| obj-$(subst m,y,$(CONFIG_DRM_MEDFIELD)) += platform_tc35876x.o
 | |
| # SPI Devices
 | |
| obj-$(subst m,y,$(CONFIG_SERIAL_MRST_MAX3110)) += platform_max3111.o
 | |
| # MISC Devices
 | |
| obj-$(subst m,y,$(CONFIG_KEYBOARD_GPIO)) += platform_gpio_keys.o
 | |
| obj-$(subst m,y,$(CONFIG_INTEL_MID_WATCHDOG)) += platform_wdt.o
 |