mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-09-04 20:19:47 +08:00 
			
		
		
		
	 658bcdae9c
			
		
	
	
		658bcdae9c
		
	
	
	
	
		
			
			This patch introduces a fake VME bridge driver. This driver currently emulates a subset of the VME bridge functionality. This allows some VME subsystem development and even some VME device driver development to be carried out in the absence of a proper VME bus. Signed-off-by: Martyn Welch <martyn@welchs.me.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
		
			
				
	
	
		
			24 lines
		
	
	
		
			588 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			588 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| 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).
 |