Kumar Gala | 35a1245 | 2007-03-16 09:14:08 -0500 | [diff] [blame^] | 1 | config PPC_ISERIES |
| 2 | bool "IBM Legacy iSeries" |
| 3 | depends on PPC_MULTIPLATFORM && PPC64 |
| 4 | select PPC_INDIRECT_IO |
Paul Mackerras | 14cf11a | 2005-09-26 16:04:21 +1000 | [diff] [blame] | 5 | |
| 6 | menu "iSeries device drivers" |
| 7 | depends on PPC_ISERIES |
| 8 | |
| 9 | config VIOCONS |
Stephen Rothwell | 8bff05b | 2006-07-13 18:51:22 +1000 | [diff] [blame] | 10 | 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 Mackerras | 14cf11a | 2005-09-26 16:04:21 +1000 | [diff] [blame] | 15 | |
| 16 | config 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 Rothwell | 8bff05b | 2006-07-13 18:51:22 +1000 | [diff] [blame] | 20 | virtual disks created and managed by OS/400, say Y. |
Paul Mackerras | 14cf11a | 2005-09-26 16:04:21 +1000 | [diff] [blame] | 21 | |
| 22 | config 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 | |
| 28 | config 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 | |
| 34 | endmenu |
| 35 | |
| 36 | config VIOPATH |
| 37 | bool |
Stephen Rothwell | ba3ba88 | 2006-12-15 15:46:39 +1100 | [diff] [blame] | 38 | depends on VIOCONS || VIODASD || VIOCD || VIOTAPE || ISERIES_VETH |
Paul Mackerras | 14cf11a | 2005-09-26 16:04:21 +1000 | [diff] [blame] | 39 | default y |