Kconfig 588 B

123456789101112131415161718192021222324
  1. comment "VME Bridge Drivers"
  2. config VME_CA91CX42
  3. tristate "Universe II"
  4. depends on VIRT_TO_BUS
  5. help
  6. If you say Y here you get support for the Tundra CA91C142
  7. (Universe II) VME bridge chip.
  8. config VME_TSI148
  9. tristate "Tempe"
  10. depends on HAS_DMA
  11. help
  12. If you say Y here you get support for the Tundra TSI148 VME bridge
  13. chip.
  14. config VME_FAKE
  15. tristate "Fake"
  16. help
  17. If you say Y here you get support for the fake VME bridge. This
  18. provides a virtualised VME Bus for devices with no VME bridge. This
  19. is mainly useful for VME development (in the absence of VME
  20. hardware).