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 |
| 6 | tristate "iSeries Virtual Console Support" |
| 7 | |
| 8 | config VIODASD |
| 9 | tristate "iSeries Virtual I/O disk support" |
| 10 | help |
| 11 | If you are running on an iSeries system and you want to use |
| 12 | virtual disks created and managed by OS/400, say Y. |
| 13 | |
| 14 | config VIOCD |
| 15 | tristate "iSeries Virtual I/O CD support" |
| 16 | help |
| 17 | If you are running Linux on an IBM iSeries system and you want to |
| 18 | read a CD drive owned by OS/400, say Y here. |
| 19 | |
| 20 | config VIOTAPE |
| 21 | tristate "iSeries Virtual Tape Support" |
| 22 | help |
| 23 | If you are running Linux on an iSeries system and you want Linux |
| 24 | to read and/or write a tape drive owned by OS/400, say Y here. |
| 25 | |
| 26 | endmenu |
| 27 | |
| 28 | config VIOPATH |
| 29 | bool |
| 30 | depends on VIOCONS || VIODASD || VIOCD || VIOTAPE || VETH |
| 31 | default y |