diff options
author | David Sterba <dsterba@suse.com> | 2018-04-03 13:23:33 -0400 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2018-04-12 10:29:55 -0400 |
commit | 852eb3aeeaf65f175f15c7af6a31aeffc050d659 (patch) | |
tree | 153179f810e5b9040b5fbcc715d70f7e50173c2f | |
parent | c1d7c514f745628eb096c5cbb10737855879ae25 (diff) |
btrfs: add SPDX header to Kconfig
Signed-off-by: David Sterba <dsterba@suse.com>
-rw-r--r-- | fs/btrfs/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/btrfs/Kconfig b/fs/btrfs/Kconfig index 167e5dc7eadd..23537bc8c827 100644 --- a/fs/btrfs/Kconfig +++ b/fs/btrfs/Kconfig | |||
@@ -1,3 +1,5 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0 | ||
2 | |||
1 | config BTRFS_FS | 3 | config BTRFS_FS |
2 | tristate "Btrfs filesystem support" | 4 | tristate "Btrfs filesystem support" |
3 | select LIBCRC32C | 5 | select LIBCRC32C |