Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 207919
b: refs/heads/master
c: 44318fe
h: refs/heads/master
i:
  207917: d9a42d8
  207915: a336e0a
  207911: 5ed1f2d
  207903: c980b82
v: v3
  • Loading branch information
jianwei.yang authored and Greg Kroah-Hartman committed Aug 10, 2010
1 parent dcb650e commit 2061b39
Show file tree
Hide file tree
Showing 5 changed files with 1,810 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: 11dbf203922dc70a340417c895c95fb96f6b7068
refs/heads/master: 44318feb93327e36108b2a9cf94ac9f7ccabf047
8 changes: 8 additions & 0 deletions trunk/drivers/serial/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,14 @@ config SERIAL_S5PV210
help
Serial port support for Samsung's S5P Family of SoC's

config SERIAL_MAX3107
tristate "MAX3107 support"
depends on SPI && GPIOLIB
select SERIAL_CORE
default y
help
MAX3107 chip support

config SERIAL_MAX3100
tristate "MAX3100 support"
depends on SPI
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/serial/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ obj-$(CONFIG_SERIAL_S3C24A0) += s3c24a0.o
obj-$(CONFIG_SERIAL_S3C6400) += s3c6400.o
obj-$(CONFIG_SERIAL_S5PV210) += s5pv210.o
obj-$(CONFIG_SERIAL_MAX3100) += max3100.o
obj-$(CONFIG_SERIAL_MAX3107) += max3107.o
obj-$(CONFIG_SERIAL_IP22_ZILOG) += ip22zilog.o
obj-$(CONFIG_SERIAL_MUX) += mux.o
obj-$(CONFIG_SERIAL_68328) += 68328serial.o
Expand Down
Loading

0 comments on commit 2061b39

Please sign in to comment.