diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2007-05-08 07:05:31 +0200 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-05-09 08:35:00 +0200 |
commit | b15f792fafb7e0524907ddd9e035d73dddeed89c (patch) | |
tree | 363d4560219ef4db6fe7d99f7b4f1ee84793e974 /drivers/char | |
parent | [POWERPC] iSeries: suppress build warning in lparmap.c (diff) | |
download | linux-b15f792fafb7e0524907ddd9e035d73dddeed89c.tar.xz linux-b15f792fafb7e0524907ddd9e035d73dddeed89c.zip |
[POWERPC] iSeries: Make HVC_ISERIES the default
This makes the new iSeries virtual console drivers (nvc_iseries) the
default and prevents viocons being built unless explicitly selected.
Also it makes no sense to have the console as a module.
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'drivers/char')
-rw-r--r-- | drivers/char/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig index 1e32fb834eb8..2df42fdcdc91 100644 --- a/drivers/char/Kconfig +++ b/drivers/char/Kconfig @@ -631,7 +631,8 @@ config HVC_CONSOLE config HVC_ISERIES bool "iSeries Hypervisor Virtual Console support" - depends on PPC_ISERIES && !VIOCONS + depends on PPC_ISERIES + default y select HVC_DRIVER help iSeries machines support a hypervisor virtual console. |