kernel: enable CONFIG_PCMCIA_LOAD_CIS
Allow to load .cis firmware updates from userspace. Some of PCMCIA cards need to update Card Information Structure (CIS) to work properly. Signen-off-by: Tomasz Maciej Nowak <tomek_n@o2.pl>
This commit is contained in:
		
				
					committed by
					
						
						John Crispin
					
				
			
			
				
	
			
			
			
						parent
						
							87bc410f7c
						
					
				
				
					commit
					676a11d710
				
			@@ -13,6 +13,7 @@ define KernelPackage/pcmcia-core
 | 
				
			|||||||
  DEPENDS:=@PCMCIA_SUPPORT
 | 
					  DEPENDS:=@PCMCIA_SUPPORT
 | 
				
			||||||
  KCONFIG:= \
 | 
					  KCONFIG:= \
 | 
				
			||||||
	CONFIG_PCMCIA \
 | 
						CONFIG_PCMCIA \
 | 
				
			||||||
 | 
						CONFIG_PCMCIA_LOAD_CIS=y \
 | 
				
			||||||
	CONFIG_CARDBUS \
 | 
						CONFIG_CARDBUS \
 | 
				
			||||||
	CONFIG_PCCARD \
 | 
						CONFIG_PCCARD \
 | 
				
			||||||
	PCMCIA_DEBUG=n
 | 
						PCMCIA_DEBUG=n
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user