blob: 46c3a8e7c3a8a0a5b035991c9a34921423af8eca [file] [log] [blame]
Kumar Gala35a12452007-03-16 09:14:08 -05001config PPC_ISERIES
2 bool "IBM Legacy iSeries"
3 depends on PPC_MULTIPLATFORM && PPC64
4 select PPC_INDIRECT_IO
Paul Mackerras14cf11a2005-09-26 16:04:21 +10005
6menu "iSeries device drivers"
7 depends on PPC_ISERIES
8
9config VIOCONS
Stephen Rothwell8bff05b2006-07-13 18:51:22 +100010 tristate "iSeries Virtual Console Support (Obsolete)"
11 help
12 This is the old virtual console driver for legacy iSeries.
13 You should use the iSeries Hypervisor Virtual Console
14 support instead.
Paul Mackerras14cf11a2005-09-26 16:04:21 +100015
16config VIODASD
17 tristate "iSeries Virtual I/O disk support"
18 help
19 If you are running on an iSeries system and you want to use
Stephen Rothwell8bff05b2006-07-13 18:51:22 +100020 virtual disks created and managed by OS/400, say Y.
Paul Mackerras14cf11a2005-09-26 16:04:21 +100021
22config VIOCD
23 tristate "iSeries Virtual I/O CD support"
24 help
25 If you are running Linux on an IBM iSeries system and you want to
26 read a CD drive owned by OS/400, say Y here.
27
28config VIOTAPE
29 tristate "iSeries Virtual Tape Support"
30 help
31 If you are running Linux on an iSeries system and you want Linux
32 to read and/or write a tape drive owned by OS/400, say Y here.
33
34endmenu
35
36config VIOPATH
37 bool
Stephen Rothwellba3ba882006-12-15 15:46:39 +110038 depends on VIOCONS || VIODASD || VIOCD || VIOTAPE || ISERIES_VETH
Paul Mackerras14cf11a2005-09-26 16:04:21 +100039 default y