kernel: crypto: limit crypto-hw-hifn-795x to devices with pci support
CONFIG_CRYPTO_DEV_HIFN_795X depends on PCI. This driver only makes sense on devices with pci support. Signed-off-by: Aleksander Jan Bajkowski <A.Bajkowski@stud.elka.pw.edu.pl>
This commit is contained in:
		
				
					committed by
					
						
						Hauke Mehrtens
					
				
			
			
				
	
			
			
			
						parent
						
							76428494c3
						
					
				
				
					commit
					c1927f4108
				
			@@ -360,7 +360,7 @@ $(eval $(call KernelPackage,crypto-hw-geode))
 | 
			
		||||
 | 
			
		||||
define KernelPackage/crypto-hw-hifn-795x
 | 
			
		||||
  TITLE:=HIFN 795x crypto accelerator
 | 
			
		||||
  DEPENDS:=+kmod-random-core +kmod-crypto-manager
 | 
			
		||||
  DEPENDS:=@PCI_SUPPORT +kmod-random-core +kmod-crypto-manager
 | 
			
		||||
  KCONFIG:= \
 | 
			
		||||
	CONFIG_CRYPTO_HW=y \
 | 
			
		||||
	CONFIG_CRYPTO_DEV_HIFN_795X \
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user