1
0
Fork 0
android_kernel_rockchip_tart/fs/smb/Kconfig
2025-06-27 00:32:42 -05:00

11 lines
225 B
Text

# 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