diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2006-07-13 04:51:22 -0400 |
---|---|---|
committer | Stephen Rothwell <sfr@canb.auug.org.au> | 2006-07-13 04:51:22 -0400 |
commit | 8bff05b052db7a4cfaaf0eee7f8145600548e9c9 (patch) | |
tree | fe637e3ba17b1453d039b8fdd7d9339fad674f4a /drivers/char/Kconfig | |
parent | 3da27289a8ecc688fc62c0961dfe89d392370480 (diff) |
[POWERPC] iseries: A new iSeries console
This driver uses the hvc_console.c infrastructure that is used by the
pSeries virtual and RTAS consoles. This will allow us to make viocons.c
obsolete and is another step along the way to a combined kernel (as
viocons could not coexist with CONFIG_VT).
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
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 |