diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-02-05 02:45:49 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-02-17 20:12:40 +0100 |
commit | 5427bcf5e95245d3e220742ac703182bdb973769 (patch) | |
tree | 6eed2090099d98a4bec5d150b3d0c5ee8e1b9354 /drivers/tty/hvc/Makefile | |
parent | vt: Add virtual console keyboard mode OFF (diff) | |
download | linux-5427bcf5e95245d3e220742ac703182bdb973769.tar.xz linux-5427bcf5e95245d3e220742ac703182bdb973769.zip |
hvc: add Blackfin JTAG console support
This converts the existing bfin_jtag_comm TTY driver to the HVC layer so
that the common HVC code can worry about all of the TTY/polling crap and
leave the Blackfin code to worry about the Blackfin bits.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/tty/hvc/Makefile')
-rw-r--r-- | drivers/tty/hvc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/tty/hvc/Makefile b/drivers/tty/hvc/Makefile index e6bed5f177ff..7b0edbce9009 100644 --- a/drivers/tty/hvc/Makefile +++ b/drivers/tty/hvc/Makefile @@ -9,5 +9,6 @@ obj-$(CONFIG_HVC_IRQ) += hvc_irq.o obj-$(CONFIG_HVC_XEN) += hvc_xen.o obj-$(CONFIG_HVC_IUCV) += hvc_iucv.o obj-$(CONFIG_HVC_UDBG) += hvc_udbg.o +obj-$(CONFIG_HVC_BFIN_JTAG) += hvc_bfin_jtag.o obj-$(CONFIG_HVCS) += hvcs.o obj-$(CONFIG_VIRTIO_CONSOLE) += virtio_console.o |