xref: /openbmc/u-boot/fs/ext4/Kconfig (revision ab21ecef)
1*3d22bae5STuomas Tynkkynenconfig FS_EXT4
2*3d22bae5STuomas Tynkkynen	bool "Enable ext4 filesystem support"
3*3d22bae5STuomas Tynkkynen	help
4*3d22bae5STuomas Tynkkynen	  This provides support for reading images from the ext4 filesystem.
5*3d22bae5STuomas Tynkkynen	  ext4 is a widely used general-purpose filesystem for Linux.
6*3d22bae5STuomas Tynkkynen	  You can also enable CMD_EXT4 to get access to ext4 commands.
7*3d22bae5STuomas Tynkkynen
8*3d22bae5STuomas Tynkkynenconfig EXT4_WRITE
9*3d22bae5STuomas Tynkkynen	bool "Enable ext4 filesystem write support"
10*3d22bae5STuomas Tynkkynen	depends on FS_EXT4
11*3d22bae5STuomas Tynkkynen	help
12*3d22bae5STuomas Tynkkynen	  This provides support for creating and writing new files to an
13*3d22bae5STuomas Tynkkynen	  existing ext4 filesystem partition.
14