 228aa992fc
			
		
	
	
		228aa992fc
		
	
	
	
	
		
			
			On e500 systems most SoCs implement a common GPIO controller that Linux calls the "mpc8xxx" gpio controller. This patch adds an emulation model for this device. Signed-off-by: Alexander Graf <agraf@suse.de>
		
			
				
	
	
		
			8 lines
		
	
	
		
			235 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			235 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| common-obj-$(CONFIG_MAX7310) += max7310.o
 | |
| common-obj-$(CONFIG_PL061) += pl061.o
 | |
| common-obj-$(CONFIG_PUV3) += puv3_gpio.o
 | |
| common-obj-$(CONFIG_ZAURUS) += zaurus.o
 | |
| common-obj-$(CONFIG_E500) += mpc8xxx.o
 | |
| 
 | |
| obj-$(CONFIG_OMAP) += omap_gpio.o
 |