summaryrefslogtreecommitdiffstats
path: root/rules/cifs-utils.in
blob: 1908639853c247311a286a03bd5c111e7fa5f96e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
## SECTION=disk_and_file

menuconfig CIFS_UTILS
	tristate
	select TALLOC		if CIFS_UTILS_UPCALL
	select KRB5		if CIFS_UTILS_UPCALL
	select KEYUTILS		if CIFS_UTILS_UPCALL
	prompt "cifs-utils                    "
	help
	  Userspace tools for the CIFS filesystem, such as mount.cifs

if CIFS_UTILS

config CIFS_UTILS_UPCALL
	bool
	prompt "install cifs.upcall"

endif