diff options
author | Rusty Russell <rusty@rustcorp.com.au> | 2007-10-17 02:30:14 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-17 11:43:00 -0400 |
commit | 2d1df8153c5d38a8bf5e47fa755a117e5731d24c (patch) | |
tree | 8ecfb7a3b57e8df86e2095117e97eb0bbfb03f3a /drivers/char/Kconfig | |
parent | 3e6c6f630a5282df8f3393a59f10eb9c56536d23 (diff) |
HVC console is also used by iSeries, so add that to HVC_DRIVER help.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Acked-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/char/Kconfig')
-rw-r--r-- | drivers/char/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig index 57b801716fbe..204d53e506de 100644 --- a/drivers/char/Kconfig +++ b/drivers/char/Kconfig | |||
@@ -586,7 +586,7 @@ config HVC_DRIVER | |||
586 | bool | 586 | bool |
587 | help | 587 | help |
588 | Generic "hypervisor virtual console" infrastructure for various | 588 | Generic "hypervisor virtual console" infrastructure for various |
589 | hypervisors (pSeries, Xen, lguest). | 589 | hypervisors (pSeries, iSeries, Xen, lguest). |
590 | It will automatically be selected if one of the back-end console drivers | 590 | It will automatically be selected if one of the back-end console drivers |
591 | is selected. | 591 | is selected. |
592 | 592 | ||