blob: 47a20cfb44864ede430b8277f05824439c267593 [file] [log] [blame]
Kumar Gala35a12452007-03-16 09:14:08 -05001config PPC_ISERIES
2 bool "IBM Legacy iSeries"
Benjamin Herrenschmidt28794d32009-03-10 17:53:27 +00003 depends on PPC64 && PPC_BOOK3S
Kumar Gala35a12452007-03-16 09:14:08 -05004 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
Paul Mackerras14cf11a2005-09-26 16:04:21 +100010config VIODASD
11 tristate "iSeries Virtual I/O disk support"
Stephen Rothwell5d84e4b2008-12-16 20:16:49 +000012 depends on BLOCK
Kamalesh Babulald2b43972009-01-06 05:57:24 +000013 select VIOPATH
Paul Mackerras14cf11a2005-09-26 16:04:21 +100014 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"
Alexander Beregalov05dc7b62009-05-12 13:28:23 +020020 depends on BLOCK
Kamalesh Babulald2b43972009-01-06 05:57:24 +000021 select VIOPATH
Paul Mackerras14cf11a2005-09-26 16:04:21 +100022 help
23 If you are running Linux on an IBM iSeries system and you want to
24 read a CD drive owned by OS/400, say Y here.
25
26config VIOTAPE
27 tristate "iSeries Virtual Tape Support"
Kamalesh Babulald2b43972009-01-06 05:57:24 +000028 select VIOPATH
Paul Mackerras14cf11a2005-09-26 16:04:21 +100029 help
30 If you are running Linux on an iSeries system and you want Linux
31 to read and/or write a tape drive owned by OS/400, say Y here.
32
33endmenu
34
35config VIOPATH
36 bool