diff options
author | Simon Glass <sjg@chromium.org> | 2017-05-17 03:25:22 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-05-22 09:33:58 -0400 |
commit | 51f29370366a40fc54eec579c7567bc1356da6e4 (patch) | |
tree | 365d5baff6470277a3aaa83362851a3430260d03 /include/config_cmd_all.h | |
parent | fe7604a3bcbfc1dbf0c832b055fb9d1387a971a4 (diff) |
Convert CONFIG_CMD_FUSE to Kconfig
This converts the following to Kconfig:
CONFIG_CMD_FUSE
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/config_cmd_all.h')
-rw-r--r-- | include/config_cmd_all.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/config_cmd_all.h b/include/config_cmd_all.h index 9b3d88a1f8..7e9983e150 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 */ |