Kconfig 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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 VIOCONS
  9. bool "iSeries Virtual Console Support (Obsolete)"
  10. depends on !HVC_ISERIES
  11. default n
  12. help
  13. This is the old virtual console driver for legacy iSeries.
  14. You should use the iSeries Hypervisor Virtual Console
  15. support instead.
  16. config VIODASD
  17. tristate "iSeries Virtual I/O disk support"
  18. help
  19. If you are running on an iSeries system and you want to use
  20. virtual disks created and managed by OS/400, say Y.
  21. config VIOCD
  22. tristate "iSeries Virtual I/O CD support"
  23. help
  24. If you are running Linux on an IBM iSeries system and you want to
  25. read a CD drive owned by OS/400, say Y here.
  26. config VIOTAPE
  27. tristate "iSeries Virtual Tape Support"
  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
  34. depends on VIOCONS || VIODASD || VIOCD || VIOTAPE || ISERIES_VETH
  35. default y