Kconfig 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. config PPC_ISERIES
  2. bool "IBM Legacy iSeries"
  3. depends on PPC_MULTIPLATFORM && PPC64
  4. select PPC_INDIRECT_IO
  5. menu "iSeries device drivers"
  6. depends on PPC_ISERIES
  7. config VIOCONS
  8. bool "iSeries Virtual Console Support (Obsolete)"
  9. depends on !HVC_ISERIES
  10. default n
  11. help
  12. This is the old virtual console driver for legacy iSeries.
  13. You should use the iSeries Hypervisor Virtual Console
  14. support instead.
  15. config VIODASD
  16. tristate "iSeries Virtual I/O disk support"
  17. help
  18. If you are running on an iSeries system and you want to use
  19. virtual disks created and managed by OS/400, say Y.
  20. config VIOCD
  21. tristate "iSeries Virtual I/O CD support"
  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. help
  28. If you are running Linux on an iSeries system and you want Linux
  29. to read and/or write a tape drive owned by OS/400, say Y here.
  30. endmenu
  31. config VIOPATH
  32. bool
  33. depends on VIOCONS || VIODASD || VIOCD || VIOTAPE || ISERIES_VETH
  34. default y