diff options
| author | Mike Frysinger <vapier@gentoo.org> | 2011-02-04 20:45:49 -0500 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-02-17 14:12:40 -0500 |
| commit | 5427bcf5e95245d3e220742ac703182bdb973769 (patch) | |
| tree | 6eed2090099d98a4bec5d150b3d0c5ee8e1b9354 /drivers/char/Kconfig | |
| parent | 9fc3de9c83565fcaa23df74c2fc414bb6e7efb0a (diff) | |
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/char/Kconfig')
| -rw-r--r-- | drivers/char/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig index b7980a83ce2d..17f9b968b988 100644 --- a/drivers/char/Kconfig +++ b/drivers/char/Kconfig | |||
| @@ -691,6 +691,15 @@ config HVC_DCC | |||
| 691 | driver. This console is used through a JTAG only on ARM. If you don't have | 691 | driver. This console is used through a JTAG only on ARM. If you don't have |
| 692 | a JTAG then you probably don't want this option. | 692 | a JTAG then you probably don't want this option. |
| 693 | 693 | ||
| 694 | config HVC_BFIN_JTAG | ||
| 695 | bool "Blackfin JTAG console" | ||
| 696 | depends on BLACKFIN | ||
| 697 | select HVC_DRIVER | ||
| 698 | help | ||
| 699 | This console uses the Blackfin JTAG to create a console under the | ||
| 700 | the HVC driver. If you don't have JTAG, then you probably don't | ||
| 701 | want this option. | ||
| 702 | |||
| 694 | config VIRTIO_CONSOLE | 703 | config VIRTIO_CONSOLE |
| 695 | tristate "Virtio console" | 704 | tristate "Virtio console" |
| 696 | depends on VIRTIO | 705 | depends on VIRTIO |
