Kconfig 939 B

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