xref: /openbmc/linux/fs/romfs/Kconfig (revision 41810246)
141810246SAlexey Dobriyanconfig ROMFS_FS
241810246SAlexey Dobriyan	tristate "ROM file system support"
341810246SAlexey Dobriyan	depends on BLOCK
441810246SAlexey Dobriyan	---help---
541810246SAlexey Dobriyan	  This is a very small read-only file system mainly intended for
641810246SAlexey Dobriyan	  initial ram disks of installation disks, but it could be used for
741810246SAlexey Dobriyan	  other read-only media as well.  Read
841810246SAlexey Dobriyan	  <file:Documentation/filesystems/romfs.txt> for details.
941810246SAlexey Dobriyan
1041810246SAlexey Dobriyan	  To compile this file system support as a module, choose M here: the
1141810246SAlexey Dobriyan	  module will be called romfs.  Note that the file system of your
1241810246SAlexey Dobriyan	  root partition (the one containing the directory /) cannot be a
1341810246SAlexey Dobriyan	  module.
1441810246SAlexey Dobriyan
1541810246SAlexey Dobriyan	  If you don't know whether you need it, then you don't need it:
1641810246SAlexey Dobriyan	  answer N.
17