mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 21:24:29 +00:00
0c936ee319
Signed-off-by: Marek Behun <marek.behun@nic.cz> create mode 100644 fs/btrfs/Kconfig create mode 100644 fs/btrfs/Makefile create mode 100644 fs/btrfs/btrfs.c create mode 100644 include/btrfs.h
25 lines
306 B
Text
25 lines
306 B
Text
#
|
|
# File system configuration
|
|
#
|
|
|
|
menu "File systems"
|
|
|
|
source "fs/btrfs/Kconfig"
|
|
|
|
source "fs/cbfs/Kconfig"
|
|
|
|
source "fs/ext4/Kconfig"
|
|
|
|
source "fs/reiserfs/Kconfig"
|
|
|
|
source "fs/fat/Kconfig"
|
|
|
|
source "fs/jffs2/Kconfig"
|
|
|
|
source "fs/ubifs/Kconfig"
|
|
|
|
source "fs/cramfs/Kconfig"
|
|
|
|
source "fs/yaffs2/Kconfig"
|
|
|
|
endmenu
|