Skip to content
Snippets Groups Projects
Select Git revision
  • 09b924c91ff35dcdb0ea474aa213cc2e82e340f6
  • main default protected
  • nicoa96-main-patch-39695
  • nicoa96-main-patch-29647
  • jt/bhtfin
  • jt/bhtnew
  • revert-adeaff5e
  • nicoa96-main-patch-73354
  • nicoa96-main-patch-47348
  • jt/bht
  • jima1
  • jima
  • na/bhtalgorithmus
  • yuhe
  • jn/nasa-data
  • Nicola
  • kuba
17 results

test_direct_simulation.py

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    Kconfig 588 B
    comment "VME Bridge Drivers"
    
    config VME_CA91CX42
    	tristate "Universe II"
    	depends on VIRT_TO_BUS
    	help
    	 If you say Y here you get support for the Tundra CA91C142
    	 (Universe II) VME bridge chip.
    
    config VME_TSI148
    	tristate "Tempe"
    	depends on HAS_DMA
    	help
    	 If you say Y here you get support for the Tundra TSI148 VME bridge
    	 chip.
    
    config VME_FAKE
    	tristate "Fake"
    	help
    	 If you say Y here you get support for the fake VME bridge. This
    	 provides a virtualised VME Bus for devices with no VME bridge. This
    	 is mainly useful for VME development (in the absence of VME
    	 hardware).