commit | 98ec1d14cf2f7772434906bef255109929519701 | [log] [tgz] |
---|---|---|
author | Marek BehĂșn <marek.behun@nic.cz> | Sun Sep 03 17:00:29 2017 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon Oct 02 21:52:18 2017 -0400 |
tree | 8ddff8ab0988890b3672c6fe3bfa5a5e89318945 | |
parent | 2938754e442ee6b00918bd5593f416a2459ca6cd [diff] [blame] |
fs: btrfs: Add U-Boot fs handlers. 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
diff --git a/fs/Kconfig b/fs/Kconfig index e6803ac..1cb9831 100644 --- a/fs/Kconfig +++ b/fs/Kconfig
@@ -4,6 +4,8 @@ menu "File systems" +source "fs/btrfs/Kconfig" + source "fs/cbfs/Kconfig" source "fs/ext4/Kconfig"