mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-14 14:06:02 +01:00
Upstream development stopped 2012. Linux eliminated YAFFS2 in 2010. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Marek Vasut <marek.vasut+renesas@mailbox.org> Reviewed-by: Tom Rini <trini@konsulko.com>
28 lines
334 B
Plaintext
28 lines
334 B
Plaintext
#
|
|
# File system configuration
|
|
#
|
|
|
|
menu "File systems"
|
|
|
|
source "fs/btrfs/Kconfig"
|
|
|
|
source "fs/cbfs/Kconfig"
|
|
|
|
source "fs/ext4/Kconfig"
|
|
|
|
source "fs/fat/Kconfig"
|
|
|
|
source "fs/jffs2/Kconfig"
|
|
|
|
source "fs/sandbox/Kconfig"
|
|
|
|
source "fs/ubifs/Kconfig"
|
|
|
|
source "fs/cramfs/Kconfig"
|
|
|
|
source "fs/squashfs/Kconfig"
|
|
|
|
source "fs/erofs/Kconfig"
|
|
|
|
endmenu
|