Files
u-boot/fs/Kconfig
T
Tom Rini 811e31dbcd Prepare v2026.01
Signed-off-by: Tom Rini <trini@konsulko.com>
2026-01-05 14:49:22 -06:00

30 lines
361 B
Plaintext

#
# File system configuration
#
menu "File systems"
source "fs/btrfs/Kconfig"
source "fs/cbfs/Kconfig"
source "fs/exfat/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