commit | 19c5cafe87918b0c17f1a2869927498c0ed310a3 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Aug 04 16:34:58 2017 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Aug 11 17:44:50 2017 -0400 |
tree | 35e4374189e58c7991b09ad573e684a98c1291bf | |
parent | a18b969d7a14254cdef3e2b9bbe3e9bc1a2da004 [diff] [blame] |
Convert CONFIG_CMD_YAFFS2 to Kconfig This converts the following to Kconfig: CONFIG_CMD_YAFFS2 Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
diff --git a/fs/Kconfig b/fs/Kconfig index e6438ad..e6803ac 100644 --- a/fs/Kconfig +++ b/fs/Kconfig
@@ -18,4 +18,6 @@ source "fs/cramfs/Kconfig" +source "fs/yaffs2/Kconfig" + endmenu