Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 142650
b: refs/heads/master
c: 1dcb884
h: refs/heads/master
v: v3
  • Loading branch information
Christian Pellegrin authored and Linus Torvalds committed Apr 7, 2009
1 parent 19f0940 commit 64996fd
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 05b363020decda179b51350bb9199a0c2ce3ef42
refs/heads/master: 1dcb884ca8048efb4ce2999d367c26369ab2227c
7 changes: 7 additions & 0 deletions trunk/drivers/serial/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -533,6 +533,13 @@ config SERIAL_S3C6400
Serial port support for the Samsung S3C6400 and S3C6410
SoCs

config SERIAL_MAX3100
tristate "MAX3100 support"
depends on SPI
select SERIAL_CORE
help
MAX3100 chip support

config SERIAL_DZ
bool "DECstation DZ serial driver"
depends on MACH_DECSTATION && 32BIT
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/serial/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ obj-$(CONFIG_SERIAL_S3C2412) += s3c2412.o
obj-$(CONFIG_SERIAL_S3C2440) += s3c2440.o
obj-$(CONFIG_SERIAL_S3C24A0) += s3c24a0.o
obj-$(CONFIG_SERIAL_S3C6400) += s3c6400.o
obj-$(CONFIG_SERIAL_MAX3100) += max3100.o
obj-$(CONFIG_SERIAL_IP22_ZILOG) += ip22zilog.o
obj-$(CONFIG_SERIAL_MUX) += mux.o
obj-$(CONFIG_SERIAL_68328) += 68328serial.o
Expand Down
3 changes: 3 additions & 0 deletions trunk/include/linux/serial_core.h
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,9 @@
/* NWPSERIAL */
#define PORT_NWPSERIAL 85

/* MAX3100 */
#define PORT_MAX3100 86

#ifdef __KERNEL__

#include <linux/compiler.h>
Expand Down

0 comments on commit 64996fd

Please sign in to comment.