blob: 887b68804e6d6dbd41d5a286c941d2be796d3038 [file] [log] [blame]
Paul Mackerras14cf11a2005-09-26 16:04:21 +10001
2menu "iSeries device drivers"
3 depends on PPC_ISERIES
4
5config VIOCONS
Stephen Rothwell8bff05b2006-07-13 18:51:22 +10006 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.
Paul Mackerras14cf11a2005-09-26 16:04:21 +100011
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
Stephen Rothwell8bff05b2006-07-13 18:51:22 +100016 virtual disks created and managed by OS/400, say Y.
Paul Mackerras14cf11a2005-09-26 16:04:21 +100017
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