summaryrefslogtreecommitdiff
path: root/fs/Kconfig
AgeCommit message (Collapse)AuthorFilesLines
2020-08-08fs/squashfs: new filesystemJoao Marcos Costa1-0/+2
Add support for SquashFS filesystem. Right now, it does not support compression but support for zlib will be added in a follow-up commit. Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>
2017-10-03fs: btrfs: Add U-Boot fs handlers.Marek BehĂșn1-0/+2
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
2017-08-12Convert CONFIG_CMD_YAFFS2 to KconfigSimon Glass1-0/+2
This converts the following to Kconfig: CONFIG_CMD_YAFFS2 Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
2017-04-30fs: Kconfig: Add a separate config for FS_CBFSSimon Glass1-0/+2
Rather than using CMD_CBFS for both the filesystem and its command, we should have a separate option for each. This allows us to enable CBFS support without the command, if desired, which reduces U-Boot's size slightly. Signed-off-by: Simon Glass <sjg@chromium.org> [trini: imply FS_CBFS on SYS_COREBOOT] Signed-off-by: Tom Rini <trini@konsulko.com>
2014-09-25kconfig: add blank Kconfig filesMasahiro Yamada1-0/+19
This would be useful to start moving various config options. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Acked-by: Simon Glass <sjg@chromium.org> Tested-by: Simon Glass <sjg@chromium.org>