mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-10-31 08:44:41 +00:00 
			
		
		
		
	crypto: user - Depend on NET instead of selecting it
Selecting NET causes all sorts of issues, including a dependency loop involving bluetooth. This patch makes it a dependency instead. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
		
							parent
							
								
									ea8bdfcff1
								
							
						
					
					
						commit
						5db017aa28
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -102,8 +102,8 @@ config CRYPTO_MANAGER2 | |||
| 
 | ||||
| config CRYPTO_USER | ||||
| 	tristate "Userspace cryptographic algorithm configuration" | ||||
| 	depends on NET | ||||
| 	select CRYPTO_MANAGER | ||||
| 	select NET | ||||
| 	help | ||||
| 	  Userapace configuration for cryptographic instantiations such as | ||||
| 	  cbc(aes). | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Herbert Xu
						Herbert Xu