projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e6c6f6
)
HVC console is also used by iSeries, so add that to HVC_DRIVER help.
author
Rusty Russell
<rusty@rustcorp.com.au>
Wed, 17 Oct 2007 06:30:14 +0000
(23:30 -0700)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Wed, 17 Oct 2007 15:43:00 +0000
(08:43 -0700)
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>
drivers/char/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/char/Kconfig
b/drivers/char/Kconfig
index 57b801716fbe3229a3f8572f6880bacd24ed0d65..204d53e506de40af3d37d42e2a1030dbdda323d0 100644
(file)
--- a/
drivers/char/Kconfig
+++ b/
drivers/char/Kconfig
@@
-586,7
+586,7
@@
config HVC_DRIVER
bool
help
Generic "hypervisor virtual console" infrastructure for various
- hypervisors (pSeries, Xen, lguest).
+ hypervisors (pSeries,
iSeries,
Xen, lguest).
It will automatically be selected if one of the back-end console drivers
is selected.