summaryrefslogtreecommitdiffstats
path: root/arch/x86/platform/intel-mid/device_libs/Makefile
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2015-01-12 15:17:22 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-02-02 10:11:24 -0800
commit874e52086f9f1b9f9bdfbf98cca8506b110b63ba (patch)
tree3a1a1a2e70115e2812fe3d3136bc21c8448f25ac /arch/x86/platform/intel-mid/device_libs/Makefile
parent934084a9d2d95d0ce98ae8d1ec3bfe81c95c678c (diff)
downloadlinux-stable-874e52086f9f1b9f9bdfbf98cca8506b110b63ba.tar.gz
linux-stable-874e52086f9f1b9f9bdfbf98cca8506b110b63ba.tar.bz2
linux-stable-874e52086f9f1b9f9bdfbf98cca8506b110b63ba.zip
x86, mrst: remove Moorestown specific serial drivers
Intel Moorestown platform support was removed few years ago. This is a follow up which removes Moorestown specific code for the serial devices. It includes mrst_max3110 and earlyprintk bits. This was used on SFI (Medfield, Clovertrail) based platforms as well, though new ones use normal serial interface for the console service. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Acked-by: David Cohen <david.a.cohen@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch/x86/platform/intel-mid/device_libs/Makefile')
-rw-r--r--arch/x86/platform/intel-mid/device_libs/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/platform/intel-mid/device_libs/Makefile b/arch/x86/platform/intel-mid/device_libs/Makefile
index af9307f2cc28..91ec9f8704bf 100644
--- a/arch/x86/platform/intel-mid/device_libs/Makefile
+++ b/arch/x86/platform/intel-mid/device_libs/Makefile
@@ -16,8 +16,6 @@ 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