Kconfig 859 B

123456789101112131415161718192021222324252627282930313233
  1. config PPC_ISERIES
  2. bool "IBM Legacy iSeries"
  3. depends on PPC_MULTIPLATFORM && PPC64
  4. select PPC_INDIRECT_IO
  5. select PPC_PCI_CHOICE if EMBEDDED
  6. menu "iSeries device drivers"
  7. depends on PPC_ISERIES
  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. config VIOCD
  14. tristate "iSeries Virtual I/O CD support"
  15. help
  16. If you are running Linux on an IBM iSeries system and you want to
  17. read a CD drive owned by OS/400, say Y here.
  18. config VIOTAPE
  19. tristate "iSeries Virtual Tape Support"
  20. help
  21. If you are running Linux on an iSeries system and you want Linux
  22. to read and/or write a tape drive owned by OS/400, say Y here.
  23. endmenu
  24. config VIOPATH
  25. bool
  26. depends on VIODASD || VIOCD || VIOTAPE || ISERIES_VETH
  27. default y