bcm963xx: flashmap support
[openwrt-10.03/.git] / target / linux / brcm63xx / patches-2.6.25 / 002-bcm963xx_serial.patch
1 From 53bc5316c1123689dddf2c78a4cdfd15834237e8 Mon Sep 17 00:00:00 2001
2 From: Axel Gembe <ago@bastart.eu.org>
3 Date: Mon, 12 May 2008 18:53:47 +0200
4 Subject: [PATCH] bcm963xx: serial port support
5
6
7 Signed-off-by: Axel Gembe <ago@bastart.eu.org>
8 ---
9  drivers/serial/Makefile |    1 +
10  1 files changed, 1 insertions(+), 0 deletions(-)
11
12 diff --git a/drivers/serial/Makefile b/drivers/serial/Makefile
13 index 640cfe4..edc325e 100644
14 --- a/drivers/serial/Makefile
15 +++ b/drivers/serial/Makefile
16 @@ -67,3 +67,4 @@ obj-$(CONFIG_SERIAL_NETX) += netx-serial.o
17  obj-$(CONFIG_SERIAL_OF_PLATFORM) += of_serial.o
18  obj-$(CONFIG_SERIAL_KS8695) += serial_ks8695.o
19  obj-$(CONFIG_SERIAL_QE) += ucc_uart.o
20 +obj-$(CONFIG_BCM963XX) += bcm63xx_cons.o
21 -- 
22 1.5.5.1
23