Kconfig 869 B

123456789101112131415161718192021222324252627282930313233343536
  1. config PPC_ISERIES
  2. bool "IBM Legacy iSeries"
  3. depends on PPC64 && PPC_BOOK3S
  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. depends on BLOCK
  11. select VIOPATH
  12. help
  13. If you are running on an iSeries system and you want to use
  14. virtual disks created and managed by OS/400, say Y.
  15. config VIOCD
  16. tristate "iSeries Virtual I/O CD support"
  17. depends on BLOCK
  18. select VIOPATH
  19. help
  20. If you are running Linux on an IBM iSeries system and you want to
  21. read a CD drive owned by OS/400, say Y here.
  22. config VIOTAPE
  23. tristate "iSeries Virtual Tape Support"
  24. select VIOPATH
  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