diff options
author | Simon Glass <sjg@chromium.org> | 2017-08-04 16:34:58 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-08-11 17:44:50 -0400 |
commit | 7a7643184597a72e3b3791de068a402dfc4a66ec (patch) | |
tree | 35e4374189e58c7991b09ad573e684a98c1291bf /fs/Kconfig | |
parent | 9b92a8d76ad7efdcda58a4da1a773cf4674cdc86 (diff) | |
download | u-boot-7a7643184597a72e3b3791de068a402dfc4a66ec.tar.gz u-boot-7a7643184597a72e3b3791de068a402dfc4a66ec.tar.bz2 u-boot-7a7643184597a72e3b3791de068a402dfc4a66ec.zip |
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>
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 e6438ad0ea..e6803ac8cb 100644 --- a/fs/Kconfig +++ b/fs/Kconfig @@ -18,4 +18,6 @@ source "fs/ubifs/Kconfig" source "fs/cramfs/Kconfig" +source "fs/yaffs2/Kconfig" + endmenu |