From 0c936ee3194ac5b533a18fcd08e5d285853af5fe Mon Sep 17 00:00:00 2001 From: Marek BehĂșn Date: Sun, 3 Sep 2017 17:00:29 +0200 Subject: fs: btrfs: Add U-Boot fs handlers. Signed-off-by: Marek Behun 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 --- fs/Kconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'fs/Kconfig') diff --git a/fs/Kconfig b/fs/Kconfig index e6803ac8cb..1cb9831be8 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" -- cgit v1.2.3