diff options
author | Marek BehĂșn <marek.behun@nic.cz> | 2017-09-03 17:00:29 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-10-02 21:52:18 -0400 |
commit | 0c936ee3194ac5b533a18fcd08e5d285853af5fe (patch) | |
tree | 8ddff8ab0988890b3672c6fe3bfa5a5e89318945 /fs/Kconfig | |
parent | 21a14facb1494592c3ad4874c6a00539d15a29cf (diff) |
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/Kconfig | 2 |
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" |