mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-14 15:54:15 +08:00
12 lines
225 B
Plaintext
12 lines
225 B
Plaintext
|
# SPDX-License-Identifier: GPL-2.0-only
|
||
|
#
|
||
|
# smbfs configuration
|
||
|
|
||
|
source "fs/smb/client/Kconfig"
|
||
|
source "fs/smb/server/Kconfig"
|
||
|
|
||
|
config SMBFS
|
||
|
tristate
|
||
|
default y if CIFS=y || SMB_SERVER=y
|
||
|
default m if CIFS=m || SMB_SERVER=m
|