xref: /rk3399_rockchip-uboot/fs/Kconfig (revision 7e46be8aed6cd9ca4107d0b49d0fdfe42beea033)
1#
2# File system configuration
3#
4
5menu "File systems"
6
7source "fs/ext4/Kconfig"
8
9source "fs/reiserfs/Kconfig"
10
11source "fs/fat/Kconfig"
12
13source "fs/jffs2/Kconfig"
14
15source "fs/ubifs/Kconfig"
16
17source "fs/cramfs/Kconfig"
18
19endmenu
20