Kconfig 1.0 KB

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