config SUPERMOUNT
	tristate "Supermount removable media support"
	help
	  Supermount gives you the ability to access CD-ROMs and Floppies
	  without mounting/unmounting them every time you want to access
	  a different disk/floppy. Just eject the media, insert a new one
	  and you are able to access it.

	  Read Documentation/filesystems/supermount.txt for more information.

	  If you want to compile the Supermount support as a module ( = code
	  which can be inserted in and removed from the running kernel whenever
	  you want), say M here and read Documentation/modules.txt. The module
	  will be called supermount.o.

	  If unsure, say N.

config SUPERMOUNT_DEBUG
	bool "Enable supermount debug code"
	depends on SUPERMOUNT
	help
	  If you set this to Y, additional debug code will be compiled in.
	  Debug output is controlled with debug=N mount option. Possible
	  values are listed in Documentation/filesystems/supermount.txt.

	  If unsure, say Y.
