diff options
author | Jag Raman <jag.raman@oracle.com> | 2017-08-15 17:02:57 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-08-15 21:33:50 -0700 |
commit | 55bd2133fc3c5ee138d19b76ed8f9495b35d57ec (patch) | |
tree | 8ef969b232f1dd4554dbfbf12a1c1cfa1de213d9 /drivers/tty/Kconfig | |
parent | fa5dc772e32e5c4945760f44adc7c7ee89b3475b (diff) | |
download | linux-55bd2133fc3c5ee138d19b76ed8f9495b35d57ec.tar.bz2 |
sparc64: vcc: Enable VCC module in linux
Enables the Virtual Console Concentrator (VCC) module
in linux kernel
Signed-off-by: Jagannathan Raman <jag.raman@oracle.com>
Reviewed-by: Liam Merwick <liam.merwick@oracle.com>
Reviewed-by: Shannon Nelson <shannon.nelson@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/tty/Kconfig')
-rw-r--r-- | drivers/tty/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/tty/Kconfig b/drivers/tty/Kconfig index 95103054c0e4..8643b55dcae2 100644 --- a/drivers/tty/Kconfig +++ b/drivers/tty/Kconfig @@ -455,4 +455,9 @@ config MIPS_EJTAG_FDC_KGDB_CHAN help FDC channel number to use for KGDB. +config VCC + tristate "Sun Virtual Console Concentrator" + depends on SUN_LDOMS + help + Support for Sun logical domain consoles. endif # TTY |