aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/serial/Makefile
diff options
context:
space:
mode:
authorAndrew Victor <andrew@sanpeople.com>2007-05-11 21:37:25 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2007-05-11 22:02:52 +0100
commit2c7ee6ab7cb7261aacea91d41da8df1874772f3f (patch)
tree63e24f302030571fc367fa4ae76308d660ac12ec /drivers/serial/Makefile
parent[ARM] 4331/3: Support for Micrel/Kendin KS8695 processor (diff)
downloadlinux-dev-2c7ee6ab7cb7261aacea91d41da8df1874772f3f.tar.xz
linux-dev-2c7ee6ab7cb7261aacea91d41da8df1874772f3f.zip
[ARM] 4332/2: KS8695: Serial driver
A driver for the KS8695 internal UART. Based on the 2.6.9 driver from Micrel. Signed-off-by: Andrew Victor <andrew@sanpeople.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'drivers/serial/Makefile')
-rw-r--r--drivers/serial/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/serial/Makefile b/drivers/serial/Makefile
index 4959bcb8d1ef..08ad0d978183 100644
--- a/drivers/serial/Makefile
+++ b/drivers/serial/Makefile
@@ -61,3 +61,4 @@ obj-$(CONFIG_SERIAL_ATMEL) += atmel_serial.o
obj-$(CONFIG_SERIAL_UARTLITE) += uartlite.o
obj-$(CONFIG_SERIAL_NETX) += netx-serial.o
obj-$(CONFIG_SERIAL_OF_PLATFORM) += of_serial.o
+obj-$(CONFIG_SERIAL_KS8695) += serial_ks8695.o