summaryrefslogtreecommitdiffstats
path: root/drivers/char/Makefile
diff options
context:
space:
mode:
authorDaniel Walker2010-11-30 20:25:39 +0100
committerGreg Kroah-Hartman2010-12-01 02:27:13 +0100
commit16c63f8ea49c3fcb9eac7ebc511f5c821d3c55c2 (patch)
tree4d27eb29e3563268e41cc40676cc1a46b5c128a1 /drivers/char/Makefile
parentRS485 documentation: add 16C950 UART description (diff)
downloadkernel-qcow2-linux-16c63f8ea49c3fcb9eac7ebc511f5c821d3c55c2.tar.gz
kernel-qcow2-linux-16c63f8ea49c3fcb9eac7ebc511f5c821d3c55c2.tar.xz
kernel-qcow2-linux-16c63f8ea49c3fcb9eac7ebc511f5c821d3c55c2.zip
drivers: char: hvc: add arm JTAG DCC console support
This driver adds a basic console that uses the arm JTAG DCC to transfer data back and forth. It has support for ARMv6 and ARMv7. This console is created under the HVC driver, and should be named /dev/hvcX (or /dev/hvc0 for example). Cc: Tony Lindgren <tony@atomide.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Nicolas Pitre <nicolas.pitre@linaro.org> Cc: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Daniel Walker <dwalker@codeaurora.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/char/Makefile')
-rw-r--r--drivers/char/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/char/Makefile b/drivers/char/Makefile
index ba53ec956c95..fa0b824b7a65 100644
--- a/drivers/char/Makefile
+++ b/drivers/char/Makefile
@@ -34,6 +34,7 @@ obj-$(CONFIG_HVC_CONSOLE) += hvc_vio.o hvsi.o
obj-$(CONFIG_HVC_ISERIES) += hvc_iseries.o
obj-$(CONFIG_HVC_RTAS) += hvc_rtas.o
obj-$(CONFIG_HVC_TILE) += hvc_tile.o
+obj-$(CONFIG_HVC_DCC) += hvc_dcc.o
obj-$(CONFIG_HVC_BEAT) += hvc_beat.o
obj-$(CONFIG_HVC_DRIVER) += hvc_console.o
obj-$(CONFIG_HVC_IRQ) += hvc_irq.o