bcm963xx: serial port support
Signed-off-by: Axel Gembe <ago@bastart.eu.org> SVN-Revision: 11175
This commit is contained in:
parent
97b85443eb
commit
da18b98cff
1 changed files with 23 additions and 0 deletions
|
@ -0,0 +1,23 @@
|
|||
From 53bc5316c1123689dddf2c78a4cdfd15834237e8 Mon Sep 17 00:00:00 2001
|
||||
From: Axel Gembe <ago@bastart.eu.org>
|
||||
Date: Mon, 12 May 2008 18:53:47 +0200
|
||||
Subject: [PATCH] bcm963xx: serial port support
|
||||
|
||||
|
||||
Signed-off-by: Axel Gembe <ago@bastart.eu.org>
|
||||
---
|
||||
drivers/serial/Makefile | 1 +
|
||||
1 files changed, 1 insertions(+), 0 deletions(-)
|
||||
|
||||
diff --git a/drivers/serial/Makefile b/drivers/serial/Makefile
|
||||
index 640cfe4..edc325e 100644
|
||||
--- a/drivers/serial/Makefile
|
||||
+++ b/drivers/serial/Makefile
|
||||
@@ -67,3 +67,4 @@ obj-$(CONFIG_SERIAL_NETX) += netx-serial.o
|
||||
obj-$(CONFIG_SERIAL_OF_PLATFORM) += of_serial.o
|
||||
obj-$(CONFIG_SERIAL_KS8695) += serial_ks8695.o
|
||||
obj-$(CONFIG_SERIAL_QE) += ucc_uart.o
|
||||
+obj-$(CONFIG_BCM963XX) += bcm63xx_cons.o
|
||||
--
|
||||
1.5.5.1
|
||||
|
Loading…
Reference in a new issue