Kconfig 851 B

1234567891011121314151617181920212223242526272829303132333435
  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. select VIOPATH
  18. help
  19. If you are running Linux on an IBM iSeries system and you want to
  20. read a CD drive owned by OS/400, say Y here.
  21. config VIOTAPE
  22. tristate "iSeries Virtual Tape Support"
  23. select VIOPATH
  24. help
  25. If you are running Linux on an iSeries system and you want Linux
  26. to read and/or write a tape drive owned by OS/400, say Y here.
  27. endmenu
  28. config VIOPATH
  29. bool