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 |
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 | |
| 10 | config VIOCONS |
Stephen Rothwell | b15f792 | 2007-05-08 15:05:31 +1000 | [diff] [blame] | 11 | bool "iSeries Virtual Console Support (Obsolete)" |
| 12 | depends on !HVC_ISERIES |
| 13 | default n |
Stephen Rothwell | 8bff05b | 2006-07-13 18:51:22 +1000 | [diff] [blame] | 14 | 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 Mackerras | 14cf11a | 2005-09-26 16:04:21 +1000 | [diff] [blame] | 18 | |
| 19 | config 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 Rothwell | 8bff05b | 2006-07-13 18:51:22 +1000 | [diff] [blame] | 23 | virtual disks created and managed by OS/400, say Y. |
Paul Mackerras | 14cf11a | 2005-09-26 16:04:21 +1000 | [diff] [blame] | 24 | |
| 25 | config 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 | |
| 31 | config 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 | |
| 37 | endmenu |
| 38 | |
| 39 | config VIOPATH |
| 40 | bool |
Stephen Rothwell | ba3ba88 | 2006-12-15 15:46:39 +1100 | [diff] [blame] | 41 | depends on VIOCONS || VIODASD || VIOCD || VIOTAPE || ISERIES_VETH |
Paul Mackerras | 14cf11a | 2005-09-26 16:04:21 +1000 | [diff] [blame] | 42 | default y |