Paul Mackerras | 14cf11a | 2005-09-26 16:04:21 +1000 | [diff] [blame] | 1 | |
| 2 | menu "iSeries device drivers" |
| 3 | depends on PPC_ISERIES |
| 4 | |
| 5 | config VIOCONS |
Stephen Rothwell | 8bff05b | 2006-07-13 18:51:22 +1000 | [diff] [blame^] | 6 | tristate "iSeries Virtual Console Support (Obsolete)" |
| 7 | help |
| 8 | This is the old virtual console driver for legacy iSeries. |
| 9 | You should use the iSeries Hypervisor Virtual Console |
| 10 | support instead. |
Paul Mackerras | 14cf11a | 2005-09-26 16:04:21 +1000 | [diff] [blame] | 11 | |
| 12 | config VIODASD |
| 13 | tristate "iSeries Virtual I/O disk support" |
| 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" |
| 20 | help |
| 21 | If you are running Linux on an IBM iSeries system and you want to |
| 22 | read a CD drive owned by OS/400, say Y here. |
| 23 | |
| 24 | config VIOTAPE |
| 25 | tristate "iSeries Virtual Tape Support" |
| 26 | help |
| 27 | If you are running Linux on an iSeries system and you want Linux |
| 28 | to read and/or write a tape drive owned by OS/400, say Y here. |
| 29 | |
| 30 | endmenu |
| 31 | |
| 32 | config VIOPATH |
| 33 | bool |
| 34 | depends on VIOCONS || VIODASD || VIOCD || VIOTAPE || VETH |
| 35 | default y |