Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4c514a5a authored by Stephen Rothwell's avatar Stephen Rothwell Committed by Linus Torvalds
Browse files

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: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent b80b601f
Loading
Loading
Loading
Loading
+1 −10
Original line number Diff line number Diff line
@@ -7,15 +7,6 @@ config PPC_ISERIES
menu "iSeries device drivers"
	depends on PPC_ISERIES

config VIOCONS
	bool "iSeries Virtual Console Support (Obsolete)"
	depends on !HVC_ISERIES
	default n
	help
	  This is the old virtual console driver for legacy iSeries.
	  You should use the iSeries Hypervisor Virtual Console
	  support instead.

config VIODASD
	tristate "iSeries Virtual I/O disk support"
	help
@@ -38,5 +29,5 @@ endmenu

config VIOPATH
	bool
	depends on VIOCONS || VIODASD || VIOCD || VIOTAPE || ISERIES_VETH
	depends on VIODASD || VIOCD || VIOTAPE || ISERIES_VETH
	default y
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ config VT
	bool "Virtual terminal" if EMBEDDED
	depends on !S390
	select INPUT
	default y if !VIOCONS
	default y
	---help---
	  If you say Y here, you will get support for terminal devices with
	  display and keyboard devices. These are called "virtual" because you
+0 −1
Original line number Diff line number Diff line
@@ -55,7 +55,6 @@ obj-$(CONFIG_RAW_DRIVER) += raw.o
obj-$(CONFIG_SGI_SNSC)		+= snsc.o snsc_event.o
obj-$(CONFIG_MSPEC)		+= mspec.o
obj-$(CONFIG_MMTIMER)		+= mmtimer.o
obj-$(CONFIG_VIOCONS)		+= viocons.o
obj-$(CONFIG_VIOTAPE)		+= viotape.o
obj-$(CONFIG_HVCS)		+= hvcs.o
obj-$(CONFIG_IBM_BSR)		+= bsr.o

drivers/char/viocons.c

deleted100644 → 0
+0 −1167

File deleted.

Preview size limit exceeded, changes collapsed.