Kconfig 779 B

12345678910111213141516171819202122232425262728293031
  1. menu "iSeries device drivers"
  2. depends on PPC_ISERIES
  3. config VIOCONS
  4. tristate "iSeries Virtual Console Support"
  5. config VIODASD
  6. tristate "iSeries Virtual I/O disk support"
  7. help
  8. If you are running on an iSeries system and you want to use
  9. virtual disks created and managed by OS/400, say Y.
  10. config VIOCD
  11. tristate "iSeries Virtual I/O CD support"
  12. help
  13. If you are running Linux on an IBM iSeries system and you want to
  14. read a CD drive owned by OS/400, say Y here.
  15. config VIOTAPE
  16. tristate "iSeries Virtual Tape Support"
  17. help
  18. If you are running Linux on an iSeries system and you want Linux
  19. to read and/or write a tape drive owned by OS/400, say Y here.
  20. endmenu
  21. config VIOPATH
  22. bool
  23. depends on VIOCONS || VIODASD || VIOCD || VIOTAPE || VETH
  24. default y