summaryrefslogtreecommitdiffstats
path: root/rules/fuse.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2008-11-01 10:19:43 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2008-11-01 10:19:43 +0000
commit933bd0dd67c6b73fba0d3d5c816e63aa72e8b8f5 (patch)
treeeddd269fc39c8e84281347327448fe0efd40e072 /rules/fuse.in
parent0215c1a6d26e19ef9bda26e634a3fc9728eb4176 (diff)
downloadptxdist-933bd0dd67c6b73fba0d3d5c816e63aa72e8b8f5.tar.gz
ptxdist-933bd0dd67c6b73fba0d3d5c816e63aa72e8b8f5.tar.xz
* fuse: more explicit config options
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9016 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/fuse.in')
-rw-r--r--rules/fuse.in22
1 files changed, 20 insertions, 2 deletions
diff --git a/rules/fuse.in b/rules/fuse.in
index 5c1fbd15d..b68007cd7 100644
--- a/rules/fuse.in
+++ b/rules/fuse.in
@@ -1,9 +1,27 @@
## SECTION=disk_and_file
-config FUSE
+menuconfig FUSE
tristate
- prompt "fuse"
+ prompt "fuse "
help
utilities for filesystems in userspace
The project page is found at
http://fuse.sourceforge.net/
+
+if FUSE
+
+config FUSE__KERNEL_MODULE
+ bool
+ prompt "kernel module"
+
+config FUSE__LIB
+ bool
+ prompt "fuse lib"
+
+config FUSE__UTIL
+ bool
+ prompt "fuse util"
+
+endif
+
+