brintos

brintos / linux-shallow public Read only

0
0
Text · 225 B · ef42578 Raw
12 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# smbfs configuration4 5source "fs/smb/client/Kconfig"6source "fs/smb/server/Kconfig"7 8config SMBFS9	tristate10	default y if CIFS=y || SMB_SERVER=y11	default m if CIFS=m || SMB_SERVER=m12