Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 207933
b: refs/heads/master
c: d843fc6
h: refs/heads/master
i:
  207931: 61886d6
v: v3
  • Loading branch information
Feng Tang authored and Greg Kroah-Hartman committed Aug 10, 2010
1 parent c7a34c5 commit af75a03
Show file tree
Hide file tree
Showing 7 changed files with 1,565 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: 464eb8f596fcbdadcfbbdb4a84847ffcb93cc4dd
refs/heads/master: d843fc6e9dc9bee7061b6833594860ea93ad98e1
10 changes: 10 additions & 0 deletions trunk/drivers/serial/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -724,6 +724,16 @@ config MRST_MAX3110_IRQ
help
This has to be enabled after Moorestown GPIO driver is loaded

config SERIAL_MFD_HSU
tristate "Medfield High Speed UART support"
depends on PCI
select SERIAL_CORE

config SERIAL_MFD_HSU_CONSOLE
boolean "Medfile HSU serial console support"
depends on SERIAL_MFD_HSU=y
select SERIAL_CORE_CONSOLE

config SERIAL_BFIN
tristate "Blackfin serial port support"
depends on BLACKFIN
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/serial/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,4 @@ obj-$(CONFIG_SERIAL_GRLIB_GAISLER_APBUART) += apbuart.o
obj-$(CONFIG_SERIAL_ALTERA_JTAGUART) += altera_jtaguart.o
obj-$(CONFIG_SERIAL_ALTERA_UART) += altera_uart.o
obj-$(CONFIG_SERIAL_MRST_MAX3110) += mrst_max3110.o
obj-$(CONFIG_SERIAL_MFD_HSU) += mfd.o
Loading

0 comments on commit af75a03

Please sign in to comment.