summaryrefslogtreecommitdiffstats
path: root/rules/openafs.in
blob: 4e86bb56969a053276c9f362fcb4044ba1d68b55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
menuconfig OPENAFS
	bool
	prompt "OpenAFS                       "
	depends on BROKEN
	help
	  AFS is a distributed filesystem allowing cross-platform
	  sharing of files among multiple computers.  Facilities
	  are provided for access control, authentication, backup
	  and administrative management.

choice
	prompt "OpenAFS Version"
		depends on OPENAFS
		default OPENAFS_1_2_11

	config OPENAFS_1_2_11
		bool
		prompt "1.2.11"

endchoice