Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 338401
b: refs/heads/master
c: 2ac4ad2
h: refs/heads/master
i:
  338399: 771fefc
v: v3
  • Loading branch information
Vineet Gupta authored and Greg Kroah-Hartman committed Oct 30, 2012
1 parent 62a89d5 commit 02c91da
Show file tree
Hide file tree
Showing 5 changed files with 773 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: 373bac4cf4c3198cc6d6b9aec7c5d576a06f1f1c
refs/heads/master: 2ac4ad2a1468123f6bb439a547880a9c0d302e0a
23 changes: 23 additions & 0 deletions trunk/drivers/tty/serial/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1423,4 +1423,27 @@ config SERIAL_EFM32_UART_CONSOLE
depends on SERIAL_EFM32_UART=y
select SERIAL_CORE_CONSOLE

config SERIAL_ARC
tristate "ARC UART driver support"
select SERIAL_CORE
help
Driver for on-chip UART for ARC(Synopsys) for the legacy
FPGA Boards (ML50x/ARCAngel4)

config SERIAL_ARC_CONSOLE
bool "Console on ARC UART"
depends on SERIAL_ARC=y
select SERIAL_CORE_CONSOLE
help
Enable system Console on ARC UART

config SERIAL_ARC_NR_PORTS
int "Number of ARC UART ports"
depends on SERIAL_ARC
range 1 3
default "1"
help
Set this to the number of serial ports you want the driver
to support.

endmenu
1 change: 1 addition & 0 deletions trunk/drivers/tty/serial/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,4 @@ obj-$(CONFIG_SERIAL_XILINX_PS_UART) += xilinx_uartps.o
obj-$(CONFIG_SERIAL_SIRFSOC) += sirfsoc_uart.o
obj-$(CONFIG_SERIAL_AR933X) += ar933x_uart.o
obj-$(CONFIG_SERIAL_EFM32_UART) += efm32-uart.o
obj-$(CONFIG_SERIAL_ARC) += arc_uart.o
Loading

0 comments on commit 02c91da

Please sign in to comment.