From 7a7643184597a72e3b3791de068a402dfc4a66ec Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Fri, 4 Aug 2017 16:34:58 -0600 Subject: Convert CONFIG_CMD_YAFFS2 to Kconfig This converts the following to Kconfig: CONFIG_CMD_YAFFS2 Signed-off-by: Simon Glass Reviewed-by: Bin Meng Reviewed-by: Philipp Tomsich --- fs/Kconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'fs/Kconfig') 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 -- cgit v1.2.3