From 51f29370366a40fc54eec579c7567bc1356da6e4 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Wed, 17 May 2017 03:25:22 -0600 Subject: Convert CONFIG_CMD_FUSE to Kconfig This converts the following to Kconfig: CONFIG_CMD_FUSE Signed-off-by: Simon Glass --- include/config_cmd_all.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/config_cmd_all.h') diff --git a/include/config_cmd_all.h b/include/config_cmd_all.h index 9b3d88a..7e9983e 100644 --- a/include/config_cmd_all.h +++ b/include/config_cmd_all.h @@ -13,7 +13,6 @@ * Alphabetical list of all possible commands. */ -#define CONFIG_CMD_FUSE /* Device fuse support */ #define CONFIG_CMD_GETTIME /* Get time since boot */ #define CONFIG_CMD_HASH /* calculate hash / digest */ #define CONFIG_CMD_IDE /* IDE harddisk support */ -- cgit v1.1