summaryrefslogtreecommitdiff
path: root/fs/Kconfig
diff options
context:
space:
mode:
authorMarek BehĂșn <marek.behun@nic.cz>2017-09-03 18:00:29 +0300
committerTom Rini <trini@konsulko.com>2017-10-03 04:52:18 +0300
commit0c936ee3194ac5b533a18fcd08e5d285853af5fe (patch)
tree8ddff8ab0988890b3672c6fe3bfa5a5e89318945 /fs/Kconfig
parent21a14facb1494592c3ad4874c6a00539d15a29cf (diff)
downloadu-boot-0c936ee3194ac5b533a18fcd08e5d285853af5fe.tar.xz
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
Diffstat (limited to 'fs/Kconfig')
-rw-r--r--fs/Kconfig2
1 files changed, 2 insertions, 0 deletions
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"