Kconfig 942 B

1234567891011121314151617181920212223242526272829303132333435
  1. menu "iSeries device drivers"
  2. depends on PPC_ISERIES
  3. config VIOCONS
  4. tristate "iSeries Virtual Console Support (Obsolete)"
  5. help
  6. This is the old virtual console driver for legacy iSeries.
  7. You should use the iSeries Hypervisor Virtual Console
  8. support instead.
  9. config VIODASD
  10. tristate "iSeries Virtual I/O disk support"
  11. help
  12. If you are running on an iSeries system and you want to use
  13. virtual disks created and managed by OS/400, say Y.
  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. config VIOTAPE
  20. tristate "iSeries Virtual Tape Support"
  21. help
  22. If you are running Linux on an iSeries system and you want Linux
  23. to read and/or write a tape drive owned by OS/400, say Y here.
  24. endmenu
  25. config VIOPATH
  26. bool
  27. depends on VIOCONS || VIODASD || VIOCD || VIOTAPE || ISERIES_VETH
  28. default y