diff options
author | Tom Rini <trini@konsulko.com> | 2020-08-08 08:28:53 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-08-08 08:28:53 -0400 |
commit | 626b2df302fce4bf91a240f186ba447046db4741 (patch) | |
tree | b211041ab3bfd5876da4f6064bc7f666e0ab23c4 /fs/Kconfig | |
parent | 7d914bc76b18b644e27d0cf367e745fc2c4fe1c7 (diff) | |
parent | acb021e48c619b49029102acc781e904c6471c86 (diff) |
Merge branch '2020-08-07-misc-improvements'
- SquashFS support
- Assorted bugfixes
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 1cb9831be8..620af7f044 100644 --- a/fs/Kconfig +++ b/fs/Kconfig @@ -22,4 +22,6 @@ source "fs/cramfs/Kconfig" source "fs/yaffs2/Kconfig" +source "fs/squashfs/Kconfig" + endmenu |