diff options
Diffstat (limited to 'kernel/drivers/tty/hvc/Kconfig')
-rw-r--r-- | kernel/drivers/tty/hvc/Kconfig | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/kernel/drivers/tty/hvc/Kconfig b/kernel/drivers/tty/hvc/Kconfig index 8902f9b4d..574da15fe 100644 --- a/kernel/drivers/tty/hvc/Kconfig +++ b/kernel/drivers/tty/hvc/Kconfig @@ -42,13 +42,6 @@ config HVC_RTAS help IBM Console device driver which makes use of RTAS -config HVC_BEAT - bool "Toshiba's Beat Hypervisor Console support" - depends on PPC_CELLEB - select HVC_DRIVER - help - Toshiba's Cell Reference Set Beat Console device driver - config HVC_IUCV bool "z/VM IUCV Hypervisor console support (VM only)" depends on S390 @@ -88,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 |