mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-13 21:36:57 +00:00
It was only included by a single board which doesn't appear to have ever used it for any default use cases so drop the filesystem now that isn't used by any in-tree configurations. Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
29 lines
362 B
Text
29 lines
362 B
Text
#
|
|
# 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/yaffs2/Kconfig"
|
|
|
|
source "fs/squashfs/Kconfig"
|
|
|
|
source "fs/erofs/Kconfig"
|
|
|
|
endmenu
|