diff options
author | David S. Miller <davem@sunset.davemloft.net> | 2006-02-11 02:25:21 -0800 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-03-20 01:12:18 -0800 |
commit | 02fd473bd4844befc74f7ca67cd60891e0a2d890 (patch) | |
tree | 4c338418dcfdd73c88d3ca8e969944be42cde60e /drivers/serial/Kconfig | |
parent | 4bdff41464c2954c6f62f849df0e73eb9fa21c65 (diff) | |
download | op-kernel-dev-02fd473bd4844befc74f7ca67cd60891e0a2d890.zip op-kernel-dev-02fd473bd4844befc74f7ca67cd60891e0a2d890.tar.gz |
[SPARC64]: Add SUN4V Hypervisor Console driver.
Since it can do things like BREAK and HUP, we implement
this as a serial uart driver.
This still needs interrupt probing code, as I haven't figured
out how interrupts will work or be probed for on SUN4V yet.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/serial/Kconfig')
-rw-r--r-- | drivers/serial/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig index b3c561a..89e5413 100644 --- a/drivers/serial/Kconfig +++ b/drivers/serial/Kconfig @@ -582,6 +582,13 @@ config SERIAL_SUNSAB_CONSOLE on your Sparc system as the console, you can do so by answering Y to this option. +config SERIAL_SUNHV + bool "Sun4v Hypervisor Console support" + depends on SPARC64 + help + This driver supports the console device found on SUN4V Sparc + systems. Say Y if you want to be able to use this device. + config SERIAL_IP22_ZILOG tristate "IP22 Zilog8530 serial support" depends on SGI_IP22 |