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