menuconfig UNIONFS bool "unionfs [BROKEN] " depends on BROKEN select KERNEL select E2FSPROGS help The unionfs driver provides a unification file system for the Linux kernel. It allows to virtually merge the contents of several directories and/or stack them, so that apparent file changes in the unionfs end in file changes in only one of the source directories. config UNIONFS_SNAPSHOT bool depends on UNIONFS prompt "uses snapshot" config UNIONFS_VERSION string depends on UNIONFS_SNAPSHOT prompt "unionfs version" default "20060608-0027" config UNIONFS_KERNELMODUL bool depends on UNIONFS prompt "unionfs kernelmodul" config UNIONFS_UNIONCTL bool depends on UNIONFS prompt "unionctl"