Kconfig 877 B

12345678910111213141516171819202122232425262728293031323334
  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. depends on BLOCK
  11. help
  12. If you are running on an iSeries system and you want to use
  13. virtual disks created and managed by OS/400, say Y.
  14. config VIOCD
  15. tristate "iSeries Virtual I/O CD support"
  16. help
  17. If you are running Linux on an IBM iSeries system and you want to
  18. read a CD drive owned by OS/400, say Y here.
  19. config VIOTAPE
  20. tristate "iSeries Virtual Tape Support"
  21. help
  22. If you are running Linux on an iSeries system and you want Linux
  23. to read and/or write a tape drive owned by OS/400, say Y here.
  24. endmenu
  25. config VIOPATH
  26. bool
  27. depends on VIODASD || VIOCD || VIOTAPE || ISERIES_VETH
  28. default y