Kumar Gala | 35a1245 | 2007-03-16 09:14:08 -0500 | [diff] [blame] | 1 | config PPC_ISERIES |
| 2 | bool "IBM Legacy iSeries" |
Benjamin Herrenschmidt | 28794d3 | 2009-03-10 17:53:27 +0000 | [diff] [blame] | 3 | depends on PPC64 && PPC_BOOK3S |
Kumar Gala | 35a1245 | 2007-03-16 09:14:08 -0500 | [diff] [blame] | 4 | select PPC_INDIRECT_IO |
John Rigby | b500563 | 2008-06-26 11:07:56 -0600 | [diff] [blame] | 5 | select PPC_PCI_CHOICE if EMBEDDED |
Paul Mackerras | 14cf11a | 2005-09-26 16:04:21 +1000 | [diff] [blame] | 6 | |
| 7 | menu "iSeries device drivers" |
| 8 | depends on PPC_ISERIES |
| 9 | |
Paul Mackerras | 14cf11a | 2005-09-26 16:04:21 +1000 | [diff] [blame] | 10 | config VIODASD |
| 11 | tristate "iSeries Virtual I/O disk support" |
Stephen Rothwell | 5d84e4b | 2008-12-16 20:16:49 +0000 | [diff] [blame] | 12 | depends on BLOCK |
Kamalesh Babulal | d2b4397 | 2009-01-06 05:57:24 +0000 | [diff] [blame] | 13 | select VIOPATH |
Paul Mackerras | 14cf11a | 2005-09-26 16:04:21 +1000 | [diff] [blame] | 14 | help |
| 15 | If you are running on an iSeries system and you want to use |
Stephen Rothwell | 8bff05b | 2006-07-13 18:51:22 +1000 | [diff] [blame] | 16 | virtual disks created and managed by OS/400, say Y. |
Paul Mackerras | 14cf11a | 2005-09-26 16:04:21 +1000 | [diff] [blame] | 17 | |
| 18 | config VIOCD |
| 19 | tristate "iSeries Virtual I/O CD support" |
Alexander Beregalov | 05dc7b6 | 2009-05-12 13:28:23 +0200 | [diff] [blame] | 20 | depends on BLOCK |
Kamalesh Babulal | d2b4397 | 2009-01-06 05:57:24 +0000 | [diff] [blame] | 21 | select VIOPATH |
Paul Mackerras | 14cf11a | 2005-09-26 16:04:21 +1000 | [diff] [blame] | 22 | 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 | |
| 26 | config VIOTAPE |
| 27 | tristate "iSeries Virtual Tape Support" |
Kamalesh Babulal | d2b4397 | 2009-01-06 05:57:24 +0000 | [diff] [blame] | 28 | select VIOPATH |
Paul Mackerras | 14cf11a | 2005-09-26 16:04:21 +1000 | [diff] [blame] | 29 | 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 | |
| 33 | endmenu |
| 34 | |
| 35 | config VIOPATH |
| 36 | bool |