diff options
Diffstat (limited to 'drivers/char/Kconfig')
-rw-r--r-- | drivers/char/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig index 11de59ff4229..a7ef542afbc2 100644 --- a/drivers/char/Kconfig +++ b/drivers/char/Kconfig | |||
@@ -610,6 +610,13 @@ config HVC_CONSOLE | |||
610 | console. This driver allows each pSeries partition to have a console | 610 | console. This driver allows each pSeries partition to have a console |
611 | which is accessed via the HMC. | 611 | which is accessed via the HMC. |
612 | 612 | ||
613 | config HVC_ISERIES | ||
614 | bool "iSeries Hypervisor Virtual Console support" | ||
615 | depends on PPC_ISERIES && !VIOCONS | ||
616 | select HVC_DRIVER | ||
617 | help | ||
618 | iSeries machines support a hypervisor virtual console. | ||
619 | |||
613 | config HVC_RTAS | 620 | config HVC_RTAS |
614 | bool "IBM RTAS Console support" | 621 | bool "IBM RTAS Console support" |
615 | depends on PPC_RTAS | 622 | depends on PPC_RTAS |