diff options
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 b3c561abe3f6..89e5413cc2a3 100644 --- a/drivers/serial/Kconfig +++ b/drivers/serial/Kconfig | |||
@@ -582,6 +582,13 @@ config SERIAL_SUNSAB_CONSOLE | |||
582 | on your Sparc system as the console, you can do so by answering | 582 | on your Sparc system as the console, you can do so by answering |
583 | Y to this option. | 583 | Y to this option. |
584 | 584 | ||
585 | config SERIAL_SUNHV | ||
586 | bool "Sun4v Hypervisor Console support" | ||
587 | depends on SPARC64 | ||
588 | help | ||
589 | This driver supports the console device found on SUN4V Sparc | ||
590 | systems. Say Y if you want to be able to use this device. | ||
591 | |||
585 | config SERIAL_IP22_ZILOG | 592 | config SERIAL_IP22_ZILOG |
586 | tristate "IP22 Zilog8530 serial support" | 593 | tristate "IP22 Zilog8530 serial support" |
587 | depends on SGI_IP22 | 594 | depends on SGI_IP22 |