blob: 761d9e971fc4bacb5413efc9dd4b02cb3da4bd8c [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 Rothwellb15f7922007-05-08 15:05:31 +100010 bool "iSeries Virtual Console Support (Obsolete)"
11 depends on !HVC_ISERIES
12 default n
Stephen Rothwell8bff05b2006-07-13 18:51:22 +100013 help
14 This is the old virtual console driver for legacy iSeries.
15 You should use the iSeries Hypervisor Virtual Console
16 support instead.
Paul Mackerras14cf11a2005-09-26 16:04:21 +100017
18config VIODASD
19 tristate "iSeries Virtual I/O disk support"
20 help
21 If you are running on an iSeries system and you want to use
Stephen Rothwell8bff05b2006-07-13 18:51:22 +100022 virtual disks created and managed by OS/400, say Y.
Paul Mackerras14cf11a2005-09-26 16:04:21 +100023
24config VIOCD
25 tristate "iSeries Virtual I/O CD support"
26 help
27 If you are running Linux on an IBM iSeries system and you want to
28 read a CD drive owned by OS/400, say Y here.
29
30config VIOTAPE
31 tristate "iSeries Virtual Tape Support"
32 help
33 If you are running Linux on an iSeries system and you want Linux
34 to read and/or write a tape drive owned by OS/400, say Y here.
35
36endmenu
37
38config VIOPATH
39 bool
Stephen Rothwellba3ba882006-12-15 15:46:39 +110040 depends on VIOCONS || VIODASD || VIOCD || VIOTAPE || ISERIES_VETH
Paul Mackerras14cf11a2005-09-26 16:04:21 +100041 default y