[POWERPC] iseries: A new iSeries console
[deliverable/linux.git] / arch / powerpc / platforms / iseries / Kconfig
CommitLineData
14cf11af
PM
1
2menu "iSeries device drivers"
3 depends on PPC_ISERIES
4
5config VIOCONS
8bff05b0
SR
6 tristate "iSeries Virtual Console Support (Obsolete)"
7 help
8 This is the old virtual console driver for legacy iSeries.
9 You should use the iSeries Hypervisor Virtual Console
10 support instead.
14cf11af
PM
11
12config VIODASD
13 tristate "iSeries Virtual I/O disk support"
14 help
15 If you are running on an iSeries system and you want to use
8bff05b0 16 virtual disks created and managed by OS/400, say Y.
14cf11af
PM
17
18config VIOCD
19 tristate "iSeries Virtual I/O CD support"
20 help
21 If you are running Linux on an IBM iSeries system and you want to
22 read a CD drive owned by OS/400, say Y here.
23
24config VIOTAPE
25 tristate "iSeries Virtual Tape Support"
26 help
27 If you are running Linux on an iSeries system and you want Linux
28 to read and/or write a tape drive owned by OS/400, say Y here.
29
30endmenu
31
32config VIOPATH
33 bool
34 depends on VIOCONS || VIODASD || VIOCD || VIOTAPE || VETH
35 default y
This page took 0.107139 seconds and 5 git commands to generate.