Skip to content

Commit

Permalink
Add support for the MAX3100 SPI UART.
Browse files Browse the repository at this point in the history
(akpm: queued pending confirmation of the new major number)

[[email protected]: select SERIAL_CORE]
Signed-off-by: Christian Pellegrin <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Alan Cox <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
chripell authored and torvalds committed Apr 7, 2009
1 parent 05b3630 commit 1dcb884
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
7 changes: 7 additions & 0 deletions 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 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 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 1dcb884

Please sign in to comment.