11 lines
		
	
	
		
			162 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			162 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # SPDX-License-Identifier: GPL-2.0-only
 | |
| #
 | |
| # smbfs configuration
 | |
| 
 | |
| source "fs/smb/client/Kconfig"
 | |
| 
 | |
| config SMBFS
 | |
| 	tristate
 | |
| 	default y if CIFS=y
 | |
| 	default m if CIFS=m
 |