diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2008-08-07 00:08:27 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-08-07 21:07:10 -0400 |
commit | 4c514a5ad1314b872e3185dabaf105c81d39d7e8 (patch) | |
tree | 5217dd043156d6bd4572653d05c2260b3527e7fe /arch/powerpc/platforms/iseries | |
parent | b80b601f0087391e55d3859e70f08278632b1185 (diff) |
powerpc/iseries: remove the old viocons driver
This driver was declared obsolete over 2 years ago, the alternative
console driver for legacy iSeries (hvc_iseries) was made the default
over 1 year ago and this driver has been build broken for over 3
months, so remove it.
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/powerpc/platforms/iseries')
-rw-r--r-- | arch/powerpc/platforms/iseries/Kconfig | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/arch/powerpc/platforms/iseries/Kconfig b/arch/powerpc/platforms/iseries/Kconfig index ea3e541ac74f..45ffd8e542f4 100644 --- a/arch/powerpc/platforms/iseries/Kconfig +++ b/arch/powerpc/platforms/iseries/Kconfig | |||
@@ -7,15 +7,6 @@ config PPC_ISERIES | |||
7 | menu "iSeries device drivers" | 7 | menu "iSeries device drivers" |
8 | depends on PPC_ISERIES | 8 | depends on PPC_ISERIES |
9 | 9 | ||
10 | config VIOCONS | ||
11 | bool "iSeries Virtual Console Support (Obsolete)" | ||
12 | depends on !HVC_ISERIES | ||
13 | default n | ||
14 | help | ||
15 | This is the old virtual console driver for legacy iSeries. | ||
16 | You should use the iSeries Hypervisor Virtual Console | ||
17 | support instead. | ||
18 | |||
19 | config VIODASD | 10 | config VIODASD |
20 | tristate "iSeries Virtual I/O disk support" | 11 | tristate "iSeries Virtual I/O disk support" |
21 | help | 12 | help |
@@ -38,5 +29,5 @@ endmenu | |||
38 | 29 | ||
39 | config VIOPATH | 30 | config VIOPATH |
40 | bool | 31 | bool |
41 | depends on VIOCONS || VIODASD || VIOCD || VIOTAPE || ISERIES_VETH | 32 | depends on VIODASD || VIOCD || VIOTAPE || ISERIES_VETH |
42 | default y | 33 | default y |