Kconfig 894 B

12345678910111213141516171819202122232425262728293031323334353637
  1. config PPC_ISERIES
  2. bool "IBM Legacy iSeries"
  3. depends on PPC64 && PPC_BOOK3S
  4. select PPC_INDIRECT_PIO
  5. select PPC_INDIRECT_MMIO
  6. select PPC_PCI_CHOICE if EXPERT
  7. menu "iSeries device drivers"
  8. depends on PPC_ISERIES
  9. config VIODASD
  10. tristate "iSeries Virtual I/O disk support"
  11. depends on BLOCK
  12. select VIOPATH
  13. help
  14. If you are running on an iSeries system and you want to use
  15. virtual disks created and managed by OS/400, say Y.
  16. config VIOCD
  17. tristate "iSeries Virtual I/O CD support"
  18. depends on BLOCK
  19. select VIOPATH
  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. select VIOPATH
  26. help
  27. If you are running Linux on an iSeries system and you want Linux
  28. to read and/or write a tape drive owned by OS/400, say Y here.
  29. endmenu
  30. config VIOPATH
  31. bool