]> git.sur5r.net Git - u-boot/blob - Kconfig
1a913d2b6d284c5e3bc048e2a235d0adb354850b
[u-boot] / Kconfig
1 config FS_EXT4
2         bool "Enable ext4 filesystem support"
3         help
4           This provides support for reading images from the ext4 filesystem.
5           ext4 is a widely used general-purpose filesystem for Linux.
6           You can also enable CMD_EXT4 to get access to ext4 commands.
7
8 config EXT4_WRITE
9         bool "Enable ext4 filesystem write support"
10         depends on FS_EXT4
11         help
12           This provides support for creating and writing new files to an
13           existing ext4 filesystem partition.