diff options
author | Abhimanyu Kapur <abhimany@codeaurora.org> | 2015-09-12 12:44:39 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-10-04 17:49:27 +0100 |
commit | 4cad4c57e0b3e90555a81e79ac7e82b253979697 (patch) | |
tree | 8613453d6b99db631b57e2adcf33739e8feb69c3 /drivers/tty/hvc/Kconfig | |
parent | 3d27070108216b5c689dd3d0bf3ac10ef88570f7 (diff) | |
download | op-kernel-dev-4cad4c57e0b3e90555a81e79ac7e82b253979697.zip op-kernel-dev-4cad4c57e0b3e90555a81e79ac7e82b253979697.tar.gz |
ARM64: TTY: hvc_dcc: Add support for ARM64 dcc
Add support for debug communications channel based
hvc console for arm64 cpus.
Signed-off-by: Abhimanyu Kapur <abhimany@codeaurora.org>
Signed-off-by: Timur Tabi <timur@codeaurora.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty/hvc/Kconfig')
-rw-r--r-- | drivers/tty/hvc/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/hvc/Kconfig b/drivers/tty/hvc/Kconfig index 2509d05..574da15 100644 --- a/drivers/tty/hvc/Kconfig +++ b/drivers/tty/hvc/Kconfig @@ -81,7 +81,7 @@ config HVC_UDBG config HVC_DCC bool "ARM JTAG DCC console" - depends on ARM + depends on ARM || ARM64 select HVC_DRIVER help This console uses the JTAG DCC on ARM to create a console under the HVC |