diff options
author | Alan Cox <alan@linux.intel.com> | 2012-01-26 17:45:39 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2012-01-26 11:19:46 -0800 |
commit | 523b82e3734908fc9eff5d48de46c83e76e51641 (patch) | |
tree | a7c9d75c1f4550cec89799868d4ee469f1e559b5 /drivers/tty/serial/Makefile | |
parent | 8a74e9ffd97dc9de063de8c02ae32db79dd60436 (diff) | |
download | linux-523b82e3734908fc9eff5d48de46c83e76e51641.tar.gz linux-523b82e3734908fc9eff5d48de46c83e76e51641.tar.bz2 linux-523b82e3734908fc9eff5d48de46c83e76e51641.zip |
serial: Kill off Moorestown code
All production devices operate in the Oaktrail configuration with legacy PC
elements present and an ACPI BIOS. Continue stripping out the Moorestown
elements from the tree leaving Medfield.
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/tty/serial/Makefile')
-rw-r--r-- | drivers/tty/serial/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/tty/serial/Makefile b/drivers/tty/serial/Makefile index a6d1ac049965..fef32e10c851 100644 --- a/drivers/tty/serial/Makefile +++ b/drivers/tty/serial/Makefile @@ -29,7 +29,6 @@ obj-$(CONFIG_SERIAL_BFIN_SPORT) += bfin_sport_uart.o obj-$(CONFIG_SERIAL_SAMSUNG) += samsung.o obj-$(CONFIG_SERIAL_MAX3100) += max3100.o obj-$(CONFIG_SERIAL_MAX3107) += max3107.o -obj-$(CONFIG_SERIAL_MAX3107_AAVA) += max3107-aava.o obj-$(CONFIG_SERIAL_IP22_ZILOG) += ip22zilog.o obj-$(CONFIG_SERIAL_MUX) += mux.o obj-$(CONFIG_SERIAL_68328) += 68328serial.o |