Kconfig 920 B

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