blob: ea3e541ac74f306d1dee49cedc96dad2d8ebbdad [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
John Rigbyb5005632008-06-26 11:07:56 -06005 select PPC_PCI_CHOICE if EMBEDDED
Paul Mackerras14cf11a2005-09-26 16:04:21 +10006
7menu "iSeries device drivers"
8 depends on PPC_ISERIES
9
10config VIOCONS
Stephen Rothwellb15f7922007-05-08 15:05:31 +100011 bool "iSeries Virtual Console Support (Obsolete)"
12 depends on !HVC_ISERIES
13 default n
Stephen Rothwell8bff05b2006-07-13 18:51:22 +100014 help
15 This is the old virtual console driver for legacy iSeries.
16 You should use the iSeries Hypervisor Virtual Console
17 support instead.
Paul Mackerras14cf11a2005-09-26 16:04:21 +100018
19config VIODASD
20 tristate "iSeries Virtual I/O disk support"
21 help
22 If you are running on an iSeries system and you want to use
Stephen Rothwell8bff05b2006-07-13 18:51:22 +100023 virtual disks created and managed by OS/400, say Y.
Paul Mackerras14cf11a2005-09-26 16:04:21 +100024
25config VIOCD
26 tristate "iSeries Virtual I/O CD support"
27 help
28 If you are running Linux on an IBM iSeries system and you want to
29 read a CD drive owned by OS/400, say Y here.
30
31config VIOTAPE
32 tristate "iSeries Virtual Tape Support"
33 help
34 If you are running Linux on an iSeries system and you want Linux
35 to read and/or write a tape drive owned by OS/400, say Y here.
36
37endmenu
38
39config VIOPATH
40 bool
Stephen Rothwellba3ba882006-12-15 15:46:39 +110041 depends on VIOCONS || VIODASD || VIOCD || VIOTAPE || ISERIES_VETH
Paul Mackerras14cf11a2005-09-26 16:04:21 +100042 default y